From ad8aa21dc214b60bceeb5de32da65739cca46cad Mon Sep 17 00:00:00 2001 From: Borislav Pantaleev Date: Wed, 5 Mar 2025 14:53:39 +0200 Subject: [PATCH] cleanup --- src/components/etke.cc/ServerCommandsPanel.tsx | 1 - src/components/etke.cc/ServerNotificationsBadge.tsx | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) 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"} } />