when refreshing containers, open console window to check for status completion

This commit is contained in:
Asier Isayas
2025-12-31 10:10:33 -05:00
parent 87d5f84f2e
commit d235be6a3b
4 changed files with 37 additions and 18 deletions

View File

@@ -599,7 +599,7 @@ export default class Collection implements ViewModels.Collection {
useSelectedNode.getState().setSelectedNode(this);
const throughputCap = userContext.databaseAccount?.properties.capacity?.totalThroughputLimit;
// // Refresh all databases in case they were deleted outside of user session
// await this.container.onRefreshResourcesClick();
await this.container.onRefreshResourcesClick();
throughputCap && throughputCap !== -1 ? await useDatabases.getState().loadAllOffers() : await this.loadOffer();
this.selectedSubnodeKind(ViewModels.CollectionTabKind.Settings);