diff --git a/frontend/src/views/container/dashboard/index.vue b/frontend/src/views/container/dashboard/index.vue
index 694b28462..9cd417f02 100644
--- a/frontend/src/views/container/dashboard/index.vue
+++ b/frontend/src/views/container/dashboard/index.vue
@@ -189,7 +189,7 @@
-
+
@@ -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;
});
};