diff --git a/AppImage/components/system-logs.tsx b/AppImage/components/system-logs.tsx index 94b32b2..098c952 100644 --- a/AppImage/components/system-logs.tsx +++ b/AppImage/components/system-logs.tsx @@ -788,7 +788,7 @@ export function SystemLogs() { - +
@@ -853,7 +853,7 @@ export function SystemLogs() { {displayedLogs.map((log, index) => (
{ if (log.isEvent) { setSelectedEvent(log.eventData) @@ -864,7 +864,7 @@ export function SystemLogs() { } }} > -
+
{getLevelIcon(log.level)} {log.level.toUpperCase()} @@ -877,17 +877,15 @@ export function SystemLogs() { )}
-
-
+
+
{log.service}
-
+
{log.timestamp}
-
- {log.message} -
-
+
{log.message}
+
{log.source} {log.pid && ` • PID: ${log.pid}`} {log.hostname && ` • Host: ${log.hostname}`}