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}`}