mirror of https://github.com/apache/cloudstack.git
ui: fix volume size not showing (#11328)
Fixes #11321 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
8756be5c18
commit
e9918ba15d
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue