feat(appstore): add service volumes and published ports
This commit is contained in:
+4
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user