diff --git a/AppImage/components/system-logs.tsx b/AppImage/components/system-logs.tsx index 152e4ca..095fb8a 100644 --- a/AppImage/components/system-logs.tsx +++ b/AppImage/components/system-logs.tsx @@ -1011,13 +1011,13 @@ export function SystemLogs() { {notifications.map((notification, index) => (
{ setSelectedNotification(notification) setIsNotificationModalOpen(true) }} > -
+
{notification.type.toUpperCase()} @@ -1028,15 +1028,17 @@ export function SystemLogs() {
-
-
+
+
{notification.service}
-
+
{notification.timestamp}
-
{notification.message}
-
+
+ {notification.message} +
+
Service: {notification.service} • Source: {notification.source}