diff --git a/AppImage/components/system-logs.tsx b/AppImage/components/system-logs.tsx index d7c54f6..52870cd 100644 --- a/AppImage/components/system-logs.tsx +++ b/AppImage/components/system-logs.tsx @@ -1050,53 +1050,57 @@ export function SystemLogs() { - + - - - Log Details + + + Log Details - Complete information about this log entry + + Complete information about this log entry + {selectedLog && (
-
+
-
Level
- +
Level
+ {getLevelIcon(selectedLog.level)} {selectedLog.level.toUpperCase()}
-
Service
-
{selectedLog.service}
+
Service
+
{selectedLog.service}
-
-
Timestamp
-
{selectedLog.timestamp}
+
+
Timestamp
+
{selectedLog.timestamp}
-
Source
-
{selectedLog.source}
+
Source
+
{selectedLog.source}
{selectedLog.pid && (
-
Process ID
-
{selectedLog.pid}
+
Process ID
+
{selectedLog.pid}
)} {selectedLog.hostname && ( -
-
Hostname
-
{selectedLog.hostname}
+
+
Hostname
+
{selectedLog.hostname}
)}
-
Message
-
-
{selectedLog.message}
+
Message
+
+
+                    {selectedLog.message}
+                  
@@ -1105,20 +1109,20 @@ export function SystemLogs() {
- + - - - Event Details + + + Event Details - Complete information about this event + Complete information about this event {selectedEvent && (
- + {getLevelIcon(selectedEvent.level)} {selectedEvent.level.toUpperCase()} - + EVENT @@ -1127,46 +1131,46 @@ export function SystemLogs() { {selectedEvent && (
-
-
-
Message
-
{selectedEvent.status}
+
+
+
Message
+
{selectedEvent.status}
-
Type
-
{selectedEvent.type}
+
Type
+
{selectedEvent.type}
-
Node
-
{selectedEvent.node}
+
Node
+
{selectedEvent.node}
-
User
-
{selectedEvent.user}
+
User
+
{selectedEvent.user}
{selectedEvent.vmid && (
-
VM/CT ID
-
{selectedEvent.vmid}
+
VM/CT ID
+
{selectedEvent.vmid}
)}
-
Duration
-
{selectedEvent.duration}
+
Duration
+
{selectedEvent.duration}
-
-
Start Time
-
{selectedEvent.starttime}
+
+
Start Time
+
{selectedEvent.starttime}
-
-
End Time
-
{selectedEvent.endtime}
+
+
End Time
+
{selectedEvent.endtime}
-
UPID
-
-
+                
UPID
+
+
                     {selectedEvent.upid}
                   
@@ -1177,54 +1181,54 @@ export function SystemLogs() {
- + - - - Backup Details + + + Backup Details - Complete information about this backup + Complete information about this backup {selectedBackup && (
-
+
-
Type
- +
Type
+ {getBackupTypeLabel(selectedBackup.volid)}
-
Storage Type
- +
Storage Type
+ {getBackupStorageLabel(selectedBackup.volid)}
-
Storage
-
{selectedBackup.storage}
+
Storage
+
{selectedBackup.storage}
-
Size
- +
Size
+ {selectedBackup.size_human}
{selectedBackup.vmid && (
-
VM/CT ID
-
{selectedBackup.vmid}
+
VM/CT ID
+
{selectedBackup.vmid}
)} -
-
Created
-
{selectedBackup.created}
+
+
Created
+
{selectedBackup.created}
-
Volume ID
-
-
+                
Volume ID
+
+
                     {selectedBackup.volid}