mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-02-04 15:01:46 +00:00
remove :mode in HarvesterQuotaDialog
Signed-off-by: andy.lee <andy.lee@suse.com>
This commit is contained in:
parent
9c95ab160f
commit
519bb087dd
@ -5,7 +5,6 @@ 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',
|
||||||
@ -30,7 +29,6 @@ export default {
|
|||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
_EDIT,
|
|
||||||
totalSnapshotSize: '',
|
totalSnapshotSize: '',
|
||||||
errors: []
|
errors: []
|
||||||
};
|
};
|
||||||
@ -92,7 +90,6 @@ export default {
|
|||||||
v-int-number
|
v-int-number
|
||||||
:label="t('harvester.snapshot.totalSnapshotSize')"
|
:label="t('harvester.snapshot.totalSnapshotSize')"
|
||||||
:disabled="false"
|
:disabled="false"
|
||||||
: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