feat(appstore): add service volumes and published ports

This commit is contained in:
2026-05-24 07:28:18 +00:00
parent e6ebac76b4
commit 5228eeaa23
26 changed files with 1790 additions and 348 deletions
+4 -1
View File
@@ -1048,7 +1048,10 @@ const dispatchCombinedRefreshAction = async () => {
if (!loginState.isLoggedIn) return;
try {
await systemStatePart.dispatchAction(fetchSystemStatusAction, null);
await Promise.all([
systemStatePart.dispatchAction(fetchSystemStatusAction, null),
networkStatePart.dispatchAction(fetchTrafficStatsAction, null),
]);
} catch (err) {
// Silently fail on auto-refresh
}