From 0a6913f5d07ee5d9e43971918ab0f26da51e0274 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 12 Oct 2025 19:11:39 +0200 Subject: [PATCH] Update system-overview.tsx --- AppImage/components/system-overview.tsx | 33 +++++++++---------------- 1 file changed, 11 insertions(+), 22 deletions(-) diff --git a/AppImage/components/system-overview.tsx b/AppImage/components/system-overview.tsx index c72ea93..1aa8571 100644 --- a/AppImage/components/system-overview.tsx +++ b/AppImage/components/system-overview.tsx @@ -681,7 +681,7 @@ export function SystemOverview() { - System Health & Alerts + System Overview @@ -704,28 +704,17 @@ export function SystemOverview() { {systemData.cpu_threads || "N/A"} - {systemAlerts.length > 0 && ( -
-
Recent Alerts:
-
- {systemAlerts.map((alert, index) => ( -
- - {alert.message} -
- ))} -
-
- )} +
+ Physical Disks: + {storageData?.disk_count || "N/A"} +
- {systemAlerts.length === 0 && ( -
-
-
- All systems operational -
-
- )} +
+ Network Interfaces: + + {networkData?.physical_total_count || networkData?.physical_interfaces?.length || "N/A"} + +