Skip to content

Commit 4cec2a4

Browse files
shwstpprdhslove
authored andcommitted
ui: fix volume size not showing (apache#11328)
Fixes apache#11321 Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 2d42318 commit 4cec2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/config/section/storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default {
3939
}
4040
},
4141
columns: () => {
42-
const fields = ['name', 'state', 'sizegb', 'type', 'vmname', 'vmstate']
42+
const fields = ['name', 'state', 'size', 'type', 'vmname', 'vmstate']
4343
const metricsFields = ['diskkbsread', 'diskkbswrite', 'diskiopstotal']
4444

4545
if (store.getters.userInfo.roletype === 'Admin') {

0 commit comments

Comments
 (0)