This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new 513e6fa  registeroruploadtemplate: Allowing deployasis for users (#702)
513e6fa is described below

commit 513e6fadf2b17d88faceb3f14e073a7b2c1ab38c
Author: davidjumani <[email protected]>
AuthorDate: Fri Sep 11 15:05:55 2020 +0530

    registeroruploadtemplate: Allowing deployasis for users (#702)
---
 src/views/image/RegisterOrUploadTemplate.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/image/RegisterOrUploadTemplate.vue 
b/src/views/image/RegisterOrUploadTemplate.vue
index 64e6480..71d162b 100644
--- a/src/views/image/RegisterOrUploadTemplate.vue
+++ b/src/views/image/RegisterOrUploadTemplate.vue
@@ -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']" />

Reply via email to