mirror of https://github.com/apache/cloudstack.git
ui: fix bulk destroy vm with expunge (#6098)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
7e6339753d
commit
401a89cf56
|
|
@ -118,7 +118,7 @@
|
|||
<template #label>
|
||||
<tooltip-label :title="$t('label.expunge')" :tooltip="apiParams.expunge.description"/>
|
||||
</template>
|
||||
<a-switch v-model:value="expunge" v-focus="true" />
|
||||
<a-switch v-model:checked="expunge" v-focus="true" />
|
||||
</a-form-item>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue