mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-17 12:58:51 +08:00
feat: Add refresh after resource release in container overview (#11157)
This commit is contained in:
parent
656dda234c
commit
1f9a3aa51a
1 changed files with 1 additions and 10 deletions
|
|
@ -189,7 +189,7 @@
|
|||
</template>
|
||||
</CardWithHeader>
|
||||
</div>
|
||||
<TaskLog ref="taskLogRef" width="70%" />
|
||||
<TaskLog ref="taskLogRef" width="70%" @close="loadUsage" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
@ -265,15 +265,6 @@ const loadContainerCount = async () => {
|
|||
countItem.networkCount = res.data.networkCount;
|
||||
countItem.volumeCount = res.data.volumeCount;
|
||||
countItem.repoCount = res.data.repoCount;
|
||||
|
||||
countItem.containerUsage = res.data.containerUsage;
|
||||
countItem.containerReclaimable = res.data.containerReclaimable;
|
||||
countItem.imageUsage = res.data.imageUsage;
|
||||
countItem.imageReclaimable = res.data.imageReclaimable;
|
||||
countItem.volumeUsage = res.data.volumeUsage;
|
||||
countItem.volumeReclaimable = res.data.volumeReclaimable;
|
||||
countItem.buildCacheUsage = res.data.buildCacheUsage;
|
||||
countItem.buildCacheReclaimable = res.data.buildCacheReclaimable;
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue