mirror of https://github.com/apache/cloudstack.git
ui: Fix template delete issue (#6340)
This commit is contained in:
parent
3c63e57590
commit
887153197d
|
|
@ -176,7 +176,7 @@
|
|||
style="overflow-y: auto">
|
||||
</a-table>
|
||||
<a-spin :spinning="deleteLoading">
|
||||
<a-form-item ref="forcedDelete" name="forcedDelete" :label="$t('label.isforced')" style="margin-bottom: 0;">
|
||||
<a-form-item :label="$t('label.isforced')" style="margin-bottom: 0;">
|
||||
<a-switch v-model:checked="forcedDelete" v-focus="true"></a-switch>
|
||||
</a-form-item>
|
||||
<div :span="24" class="action-button">
|
||||
|
|
|
|||
Loading…
Reference in New Issue