registeroruploadtemplate: Allowing deployasis for users (#702)

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
davidjumani 2020-09-11 15:05:55 +05:30 committed by Rohit Yadav
parent 4eb8dc1824
commit 5ccf9792e6
1 changed files with 1 additions and 1 deletions

View File

@ -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']" />