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 ? (