fix: add the unit GiB to the capacity on the volume detail page
1. add the unit GiB to the capacity on the volume detail page Change-Id: Ia3ffdaf1607c266787db23dbf1203bac4e734444
This commit is contained in:
parent
5d457caf83
commit
e05154667f
@ -68,6 +68,7 @@ export class VolumeDetail extends Base {
|
|||||||
{
|
{
|
||||||
title: t('Size'),
|
title: t('Size'),
|
||||||
dataIndex: 'size',
|
dataIndex: 'size',
|
||||||
|
render: (value) => `${value}GiB`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Created At'),
|
title: t('Created At'),
|
||||||
|
Loading…
Reference in New Issue
Block a user