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 84c45fc  image: Display URL for the template to admins (#525)
84c45fc is described below

commit 84c45fc88d430d5ebf014a71f2ad0dee9e1cefe1
Author: Rakesh <[email protected]>
AuthorDate: Thu Jul 9 12:43:20 2020 +0200

    image: Display URL for the template to admins (#525)
    
    In legacy UI, we display the url of the template to admins.
    
    Co-authored-by: Rakesh Venkatesh <[email protected]>
---
 src/config/section/image.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config/section/image.js b/src/config/section/image.js
index cdf83ca..3fb17c7 100644
--- a/src/config/section/image.js
+++ b/src/config/section/image.js
@@ -42,7 +42,7 @@ export default {
         }
         return fields
       },
-      details: ['name', 'id', 'displaytext', 'checksum', 'hypervisor', 
'format', 'ostypename', 'size', 'isready', 'passwordenabled', 'sshkeyenabled', 
'directdownload', 'isextractable', 'isdynamicallyscalable', 'ispublic', 
'isfeatured', 'crosszones', 'type', 'account', 'domain', 'created'],
+      details: ['name', 'id', 'displaytext', 'checksum', 'hypervisor', 
'format', 'ostypename', 'size', 'isready', 'passwordenabled', 'sshkeyenabled', 
'directdownload', 'isextractable', 'isdynamicallyscalable', 'ispublic', 
'isfeatured', 'crosszones', 'type', 'account', 'domain', 'created', 'url'],
       searchFilters: ['name', 'zoneid', 'tags'],
       related: [{
         name: 'vm',

Reply via email to