mirror of https://github.com/apache/cloudstack.git
registeroruploadtemplate: Allowing deployasis for users (#702)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
4eb8dc1824
commit
5ccf9792e6
|
|
@ -198,7 +198,7 @@
|
|||
</a-form-item>
|
||||
</a-col>
|
||||
</a-row>
|
||||
<a-row :gutter="12" v-if="allowed && hyperVMWShow && currentForm !== 'Upload' && deployAsIsSupported">
|
||||
<a-row :gutter="12" v-if="hyperVMWShow && currentForm === 'Create' && deployAsIsSupported">
|
||||
<a-col :md="24" :lg="12">
|
||||
<a-form-item :label="$t('label.deployasis')">
|
||||
<a-switch v-decorator="['deployasis']" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue