From 4e079c55b1419ac8989ef11a2bef3e4b4189299f Mon Sep 17 00:00:00 2001 From: Rakesh Date: Thu, 9 Jul 2020 12:43:20 +0200 Subject: [PATCH] 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 Signed-off-by: Rohit Yadav --- ui/src/config/section/image.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/config/section/image.js b/ui/src/config/section/image.js index cdf83ca6b3a..3fb17c7dc5e 100644 --- a/ui/src/config/section/image.js +++ b/ui/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',