We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cded7e commit 405ef82Copy full SHA for 405ef82
ui/src/views/image/TemplateZones.vue
@@ -66,7 +66,7 @@
66
@onClick="showCopyTemplate(record)" />
67
<tooltip-button
68
style="margin-right: 5px"
69
- :disabled="!('deleteTemplate' in $store.getters.apis)"
+ :disabled="!('deleteTemplate' in $store.getters.apis) || record.status.startsWith('Installing')"
70
:title="$t('label.action.delete.template')"
71
type="primary"
72
:danger="true"
0 commit comments