From ac248fa3453ed114739b603affc29ac45a03cc26 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Thu, 20 Dec 2018 20:54:18 +0100 Subject: [PATCH] development: Fix for default views --- src/sunstone/etc/sunstone-views/kvm/admin.yaml | 2 +- src/sunstone/etc/sunstone-views/kvm/groupadmin.yaml | 4 ++-- src/sunstone/etc/sunstone-views/kvm/user.yaml | 6 +++--- src/sunstone/etc/sunstone-views/mixed/admin.yaml | 2 +- src/sunstone/etc/sunstone-views/mixed/groupadmin.yaml | 4 ++-- src/sunstone/etc/sunstone-views/mixed/user.yaml | 6 +++--- src/sunstone/etc/sunstone-views/vcenter/admin.yaml | 2 +- src/sunstone/etc/sunstone-views/vcenter/groupadmin.yaml | 6 +++--- src/sunstone/etc/sunstone-views/vcenter/user.yaml | 6 +++--- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/sunstone/etc/sunstone-views/kvm/admin.yaml b/src/sunstone/etc/sunstone-views/kvm/admin.yaml index 0525dfb12f..f66ef98997 100644 --- a/src/sunstone/etc/sunstone-views/kvm/admin.yaml +++ b/src/sunstone/etc/sunstone-views/kvm/admin.yaml @@ -809,7 +809,7 @@ tabs: actions: VNTemplate.refresh: true VNTemplate.create_dialog: true - VNTemplate.import_dialog: true + VNTemplate.instantiate_vnets: true VNTemplate.update_dialog: true VNTemplate.rename: true VNTemplate.chown: true diff --git a/src/sunstone/etc/sunstone-views/kvm/groupadmin.yaml b/src/sunstone/etc/sunstone-views/kvm/groupadmin.yaml index f8edae2cba..e7f203182d 100644 --- a/src/sunstone/etc/sunstone-views/kvm/groupadmin.yaml +++ b/src/sunstone/etc/sunstone-views/kvm/groupadmin.yaml @@ -809,8 +809,8 @@ tabs: #- 11 # Search data actions: VNTemplate.refresh: true - VNTemplate.create_dialog: true - VNTemplate.import_dialog: true + VNTemplate.create_dialog: false + VNTemplate.instantiate_vnets: true VNTemplate.update_dialog: true VNTemplate.rename: true VNTemplate.chown: true diff --git a/src/sunstone/etc/sunstone-views/kvm/user.yaml b/src/sunstone/etc/sunstone-views/kvm/user.yaml index c546d14775..ba3481855c 100644 --- a/src/sunstone/etc/sunstone-views/kvm/user.yaml +++ b/src/sunstone/etc/sunstone-views/kvm/user.yaml @@ -802,8 +802,8 @@ tabs: #- 11 # Search data actions: VNTemplate.refresh: true - VNTemplate.create_dialog: true - VNTemplate.import_dialog: true + VNTemplate.create_dialog: false + VNTemplate.instantiate_vnets: true VNTemplate.update_dialog: true VNTemplate.rename: true VNTemplate.chown: true @@ -908,4 +908,4 @@ tabs: VMGroup.chown: true VMGroup.chgrp: true VMGroup.lockU: true - VMGroup.unlock: true \ No newline at end of file + VMGroup.unlock: true diff --git a/src/sunstone/etc/sunstone-views/mixed/admin.yaml b/src/sunstone/etc/sunstone-views/mixed/admin.yaml index 53a64b83c2..2db9785c82 100644 --- a/src/sunstone/etc/sunstone-views/mixed/admin.yaml +++ b/src/sunstone/etc/sunstone-views/mixed/admin.yaml @@ -812,7 +812,7 @@ tabs: actions: VNTemplate.refresh: true VNTemplate.create_dialog: true - VNTemplate.import_dialog: true + VNTemplate.instantiate_vnets: true VNTemplate.update_dialog: true VNTemplate.rename: true VNTemplate.chown: true diff --git a/src/sunstone/etc/sunstone-views/mixed/groupadmin.yaml b/src/sunstone/etc/sunstone-views/mixed/groupadmin.yaml index f8edae2cba..e7f203182d 100644 --- a/src/sunstone/etc/sunstone-views/mixed/groupadmin.yaml +++ b/src/sunstone/etc/sunstone-views/mixed/groupadmin.yaml @@ -809,8 +809,8 @@ tabs: #- 11 # Search data actions: VNTemplate.refresh: true - VNTemplate.create_dialog: true - VNTemplate.import_dialog: true + VNTemplate.create_dialog: false + VNTemplate.instantiate_vnets: true VNTemplate.update_dialog: true VNTemplate.rename: true VNTemplate.chown: true diff --git a/src/sunstone/etc/sunstone-views/mixed/user.yaml b/src/sunstone/etc/sunstone-views/mixed/user.yaml index c546d14775..ba3481855c 100644 --- a/src/sunstone/etc/sunstone-views/mixed/user.yaml +++ b/src/sunstone/etc/sunstone-views/mixed/user.yaml @@ -802,8 +802,8 @@ tabs: #- 11 # Search data actions: VNTemplate.refresh: true - VNTemplate.create_dialog: true - VNTemplate.import_dialog: true + VNTemplate.create_dialog: false + VNTemplate.instantiate_vnets: true VNTemplate.update_dialog: true VNTemplate.rename: true VNTemplate.chown: true @@ -908,4 +908,4 @@ tabs: VMGroup.chown: true VMGroup.chgrp: true VMGroup.lockU: true - VMGroup.unlock: true \ No newline at end of file + VMGroup.unlock: true diff --git a/src/sunstone/etc/sunstone-views/vcenter/admin.yaml b/src/sunstone/etc/sunstone-views/vcenter/admin.yaml index 4048498855..ff5fdf7c24 100644 --- a/src/sunstone/etc/sunstone-views/vcenter/admin.yaml +++ b/src/sunstone/etc/sunstone-views/vcenter/admin.yaml @@ -809,7 +809,7 @@ tabs: actions: VNTemplate.refresh: true VNTemplate.create_dialog: true - VNTemplate.import_dialog: true + VNTemplate.instantiate_vnets: true VNTemplate.update_dialog: true VNTemplate.rename: true VNTemplate.chown: true diff --git a/src/sunstone/etc/sunstone-views/vcenter/groupadmin.yaml b/src/sunstone/etc/sunstone-views/vcenter/groupadmin.yaml index d137acb857..37bc512e01 100644 --- a/src/sunstone/etc/sunstone-views/vcenter/groupadmin.yaml +++ b/src/sunstone/etc/sunstone-views/vcenter/groupadmin.yaml @@ -809,8 +809,8 @@ tabs: #- 11 # Search data actions: VNTemplate.refresh: true - VNTemplate.create_dialog: true - VNTemplate.import_dialog: true + VNTemplate.create_dialog: false + VNTemplate.instantiate_vnets: true VNTemplate.update_dialog: true VNTemplate.rename: true VNTemplate.chown: true @@ -915,4 +915,4 @@ tabs: VMGroup.chown: true VMGroup.chgrp: true VMGroup.lockU: true - VMGroup.unlock: true \ No newline at end of file + VMGroup.unlock: true diff --git a/src/sunstone/etc/sunstone-views/vcenter/user.yaml b/src/sunstone/etc/sunstone-views/vcenter/user.yaml index c546d14775..ba3481855c 100644 --- a/src/sunstone/etc/sunstone-views/vcenter/user.yaml +++ b/src/sunstone/etc/sunstone-views/vcenter/user.yaml @@ -802,8 +802,8 @@ tabs: #- 11 # Search data actions: VNTemplate.refresh: true - VNTemplate.create_dialog: true - VNTemplate.import_dialog: true + VNTemplate.create_dialog: false + VNTemplate.instantiate_vnets: true VNTemplate.update_dialog: true VNTemplate.rename: true VNTemplate.chown: true @@ -908,4 +908,4 @@ tabs: VMGroup.chown: true VMGroup.chgrp: true VMGroup.lockU: true - VMGroup.unlock: true \ No newline at end of file + VMGroup.unlock: true