From ad89d9f94478ffc6003590e452a99b787f5f992b Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Tue, 29 Jul 2025 15:54:01 +0530 Subject: [PATCH] ui: fix volume size not showing Fixes #11321 Signed-off-by: Abhishek Kumar --- ui/src/config/section/storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/config/section/storage.js b/ui/src/config/section/storage.js index a86650874bad..12d1d547a90c 100644 --- a/ui/src/config/section/storage.js +++ b/ui/src/config/section/storage.js @@ -39,7 +39,7 @@ export default { } }, columns: () => { - const fields = ['name', 'state', 'sizegb', 'type', 'vmname'] + const fields = ['name', 'state', 'size', 'type', 'vmname'] const metricsFields = ['diskkbsread', 'diskkbswrite', 'diskiopstotal'] if (store.getters.userInfo.roletype === 'Admin') {