fix: Fix capacity unit in create share form
Fix capacity unit to GiB when create share Change-Id: I7317653043ecd78b50147f697503c2437c08efb5
This commit is contained in:
parent
54ce0336b9
commit
d71494b2ed
@ -188,7 +188,7 @@ export class Create extends FormAction {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'size',
|
name: 'size',
|
||||||
label: t('Capacity (GB)'),
|
label: t('Capacity (GiB)'),
|
||||||
type: 'slider-input',
|
type: 'slider-input',
|
||||||
max: this.maxSize,
|
max: this.maxSize,
|
||||||
min: minSize,
|
min: minSize,
|
||||||
@ -198,7 +198,7 @@ export class Create extends FormAction {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'size',
|
name: 'size',
|
||||||
label: t('Capacity (GB)'),
|
label: t('Capacity (GiB)'),
|
||||||
type: 'input-int',
|
type: 'input-int',
|
||||||
min: minSize,
|
min: minSize,
|
||||||
display: !this.quotaIsLimit,
|
display: !this.quotaIsLimit,
|
||||||
|
Loading…
Reference in New Issue
Block a user