You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/06/13 02:24:29 UTC

[cloudstack-primate] branch master updated: image: Show unique list templates and isos in list view (#411)

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 d80ada9  image: Show unique list templates and isos in list view (#411)
d80ada9 is described below

commit d80ada90d47a3c291687d1f11ced200f7924e397
Author: davidjumani <dj...@gmail.com>
AuthorDate: Sat Jun 13 07:54:22 2020 +0530

    image: Show unique list templates and isos in list view (#411)
    
    Fixes #354
    
    Requires backend change https://github.com/apache/cloudstack/issues/4041
---
 src/config/section/image.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/config/section/image.js b/src/config/section/image.js
index 6b5d2d9..046d3a3 100644
--- a/src/config/section/image.js
+++ b/src/config/section/image.js
@@ -27,7 +27,7 @@ export default {
       title: 'label.templates',
       icon: 'save',
       permission: ['listTemplates'],
-      params: { templatefilter: 'self' },
+      params: { templatefilter: 'self', showunique: 'true' },
       resourceType: 'Template',
       filters: ['self', 'shared', 'featured', 'community'],
       columns: ['name', 'ostypename', 'status', 'hypervisor', 'account', 'domain', 'order'],
@@ -104,7 +104,7 @@ export default {
       title: 'label.isos',
       icon: 'usb',
       permission: ['listIsos'],
-      params: { isofilter: 'self' },
+      params: { isofilter: 'self', showunique: 'true' },
       resourceType: 'ISO',
       filters: ['self', 'shared', 'featured', 'community'],
       columns: ['name', 'ostypename', 'account', 'domain'],