From 4882d04ece6c53cea28008a491fcbf286123761c Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 12 Oct 2025 20:36:12 +0200 Subject: [PATCH] Update system-logs.tsx --- AppImage/components/system-logs.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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}