Merge "fix: displayed when no data in the volume size field on the instance detail page"
This commit is contained in:
commit
b5c8add500
@ -362,7 +362,7 @@ export class BaseDetail extends Base {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: t('Size'),
|
label: t('Size'),
|
||||||
value: `${item.size}GiB`,
|
value: item.size ? `${item.size}GiB` : '-',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: t('Volume Type'),
|
label: t('Volume Type'),
|
||||||
|
Loading…
Reference in New Issue
Block a user