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

joao pushed a commit to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.20 by this push:
     new 986ec81b664 Add direct download option to Users GUI (#10193)
986ec81b664 is described below

commit 986ec81b664496cd0372e0e9d668122f968115a7
Author: Lucas Martins <[email protected]>
AuthorDate: Tue Feb 4 14:36:29 2025 -0300

    Add direct download option to Users GUI (#10193)
    
    Co-authored-by: Lucas Martins <[email protected]>
---
 ui/src/views/image/RegisterOrUploadTemplate.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/views/image/RegisterOrUploadTemplate.vue 
b/ui/src/views/image/RegisterOrUploadTemplate.vue
index 9523351ffd0..fb1a584b11f 100644
--- a/ui/src/views/image/RegisterOrUploadTemplate.vue
+++ b/ui/src/views/image/RegisterOrUploadTemplate.vue
@@ -214,7 +214,7 @@
             </a-form-item>
           </a-col>
         </a-row>
-        <a-row :gutter="12" v-if="allowed && (hyperKVMShow || hyperCustomShow) 
&& currentForm === 'Create'">
+        <a-row :gutter="12" v-if="(hyperKVMShow || hyperCustomShow) && 
currentForm === 'Create'">
           <a-col :md="24" :lg="12">
             <a-form-item ref="directdownload" name="directdownload">
               <template #label>

Reply via email to