mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
Fix HarvesterQuotaDialog
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
77cedfd675
commit
52e3254f83
@ -5,6 +5,7 @@ import { Banner } from '@components/Banner';
|
|||||||
import AsyncButton from '@shell/components/AsyncButton';
|
import AsyncButton from '@shell/components/AsyncButton';
|
||||||
import UnitInput from '@shell/components/form/UnitInput';
|
import UnitInput from '@shell/components/form/UnitInput';
|
||||||
import { exceptionToErrorsArray } from '@shell/utils/error';
|
import { exceptionToErrorsArray } from '@shell/utils/error';
|
||||||
|
import { _EDIT } from '@shell/config/query-params';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'HarvesterVMQuotaDialog',
|
name: 'HarvesterVMQuotaDialog',
|
||||||
@ -29,6 +30,7 @@ export default {
|
|||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
_EDIT,
|
||||||
totalSnapshotSize: '',
|
totalSnapshotSize: '',
|
||||||
errors: []
|
errors: []
|
||||||
};
|
};
|
||||||
@ -90,7 +92,7 @@ export default {
|
|||||||
v-int-number
|
v-int-number
|
||||||
:label="t('harvester.snapshot.totalSnapshotSize')"
|
:label="t('harvester.snapshot.totalSnapshotSize')"
|
||||||
:disabled="false"
|
:disabled="false"
|
||||||
:mode="create"
|
:mode="_EDIT"
|
||||||
:input-exponent="3"
|
:input-exponent="3"
|
||||||
:increment="1024"
|
:increment="1024"
|
||||||
:output-modifier="true"
|
:output-modifier="true"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user