You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by nv...@apache.org on 2022/04/29 16:20:37 UTC

[cloudstack] branch main updated: ui: Fix template delete issue (#6340)

This is an automated email from the ASF dual-hosted git repository.

nvazquez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 887153197d ui: Fix template delete issue (#6340)
887153197d is described below

commit 887153197d1a4c1add421f31d65c60a5c183637b
Author: Pearl Dsilva <pe...@gmail.com>
AuthorDate: Fri Apr 29 21:50:32 2022 +0530

    ui: Fix template delete issue (#6340)
---
 ui/src/views/image/TemplateZones.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/views/image/TemplateZones.vue b/ui/src/views/image/TemplateZones.vue
index 70435cfa62..ec57964af4 100644
--- a/ui/src/views/image/TemplateZones.vue
+++ b/ui/src/views/image/TemplateZones.vue
@@ -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">