From e9b350437035cd0f9a9f2c4d7d716fb67aba9445 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 18 Oct 2025 11:13:01 +0200 Subject: [PATCH] Update system-logs.tsx --- AppImage/components/system-logs.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppImage/components/system-logs.tsx b/AppImage/components/system-logs.tsx index f71b712..81d3af5 100644 --- a/AppImage/components/system-logs.tsx +++ b/AppImage/components/system-logs.tsx @@ -896,10 +896,10 @@ export function SystemLogs() { {log.timestamp} -
+
{log.message}
-
+
{log.source} {log.pid && ` • PID: ${log.pid}`} {log.hostname && ` • Host: ${log.hostname}`}