Selectively hide boot type

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
nvazquez 2020-10-19 14:37:38 -03:00 committed by Rohit Yadav
parent 7c7f467807
commit 808ed6fa6a
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@
</span>
<div style="margin-top: 15px" v-show="this.showDetails">
<div
v-if="vm.templateid && ['KVM', 'VMware'].includes(hypervisor)">
v-if="vm.templateid && ['KVM', 'VMware'].includes(hypervisor) && !template.deployasis">
<a-form-item :label="$t('label.boottype')">
<a-select
v-decorator="['boottype']"