diff --git a/src/components/etke.cc/ServerCommandsPanel.tsx b/src/components/etke.cc/ServerCommandsPanel.tsx index 94bdcc9..7f86ce2 100644 --- a/src/components/etke.cc/ServerCommandsPanel.tsx +++ b/src/components/etke.cc/ServerCommandsPanel.tsx @@ -115,7 +115,6 @@ const ServerCommandsPanel = () => { } setServerProcess({...serverProcess}); - console.log("serverProcess fecht notifications"); }; if (isLoading) { diff --git a/src/components/etke.cc/ServerNotificationsBadge.tsx b/src/components/etke.cc/ServerNotificationsBadge.tsx index 7b5ff67..07c142c 100644 --- a/src/components/etke.cc/ServerNotificationsBadge.tsx +++ b/src/components/etke.cc/ServerNotificationsBadge.tsx @@ -167,7 +167,6 @@ export const ServerNotificationsBadge = () => { sx={{ overflow: "hidden", textOverflow: "ellipsis", - whiteSpace: "nowrap" }} dangerouslySetInnerHTML={{ __html: notification.output.split("\n")[0] }} /> @@ -175,7 +174,7 @@ export const ServerNotificationsBadge = () => { /> {getTimeSince(notification.sent_at) + " ago"} + {getTimeSince(notification.sent_at) + " ago"} } />