ui: fix volume size not showing (#11328)

Fixes #11321

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
Abhishek Kumar 2025-07-29 17:12:31 +05:30 committed by GitHub
parent 8756be5c18
commit e9918ba15d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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') {