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:
zhangke 2022-08-18 11:33:03 +08:00
parent 5d457caf83
commit e05154667f

View File

@ -68,6 +68,7 @@ export class VolumeDetail extends Base {
{
title: t('Size'),
dataIndex: 'size',
render: (value) => `${value}GiB`,
},
{
title: t('Created At'),