From 0422c380963287f239b980d09e123ddd3a93d565 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 9 Nov 2025 14:48:51 +0100 Subject: [PATCH] Update system-overview.tsx --- AppImage/components/system-overview.tsx | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/AppImage/components/system-overview.tsx b/AppImage/components/system-overview.tsx index c28e305..e4d19c0 100644 --- a/AppImage/components/system-overview.tsx +++ b/AppImage/components/system-overview.tsx @@ -256,6 +256,13 @@ export function SystemOverview() { setStorageData(storageResult[0]) setProxmoxStorageData(storageResult[1]) setNetworkData(networkResult) + + setTimeout(async () => { + const refreshedSystemData = await fetchSystemData() + if (refreshedSystemData) { + setSystemData(refreshedSystemData) + } + }, 2000) } fetchAllData() @@ -498,9 +505,11 @@ export function SystemOverview() { - - Active VM & LXC - + + + + Active VM & LXC + {loadingStates.vms ? (