mirror of https://github.com/apache/cloudstack.git
Selectively hide boot type
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
7c7f467807
commit
808ed6fa6a
|
|
@ -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']"
|
||||
|
|
|
|||
Loading…
Reference in New Issue