mirror of https://github.com/apache/cloudstack.git
[UI] Fix for local storage enable/disable toggle in edit zone (#11309)
This commit is contained in:
parent
1a9efe8de3
commit
45edf82efa
|
|
@ -93,7 +93,7 @@
|
|||
<template #label>
|
||||
<tooltip-label :title="$t('label.localstorageenabled')" :tooltip="apiParams.localstorageenabled.description"/>
|
||||
</template>
|
||||
<a-switch v-model:value="form.localstorageenabled" />
|
||||
<a-switch v-model:checked="form.localstorageenabled" />
|
||||
</a-form-item>
|
||||
|
||||
<a-form-item name="storageaccessgroups" ref="storageaccessgroups">
|
||||
|
|
|
|||
Loading…
Reference in New Issue