From 10258e1ff4b669c871e4b87d7c961b732cbc8639 Mon Sep 17 00:00:00 2001 From: Daniel Dehennin Date: Tue, 14 Nov 2017 11:44:35 +0100 Subject: [PATCH] We don't want annoying request from the web interface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The “support” tab in Sunstone check for subscription to the commercial OpenNebula support: http://docs.opennebula.org/5.4/deployment/sunstone_setup/sunstone.html#commercial-support-integration The “upgrade” tab check for new version in OpenNebula. * tmpl/admin.yaml (enabled_tabs): disable “support-tab” and “upgrade-top-tab”. * tmpl/admin_vcenter.yaml (enabled_tabs): ditoo. Ref: #22068 --- tmpl/admin.yaml | 5 +++-- tmpl/admin_vcenter.yaml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/tmpl/admin.yaml b/tmpl/admin.yaml index c815420..1940594 100644 --- a/tmpl/admin.yaml +++ b/tmpl/admin.yaml @@ -39,8 +39,9 @@ enabled_tabs: - vdcs-tab - acls-tab - settings-tab - - support-tab - - upgrade-top-tab + # Do not enable external checking + # - support-tab + # - upgrade-top-tab - vmgroup-tab features: # True to show showback monthly reports, and VM cost diff --git a/tmpl/admin_vcenter.yaml b/tmpl/admin_vcenter.yaml index f41d866..f785a93 100644 --- a/tmpl/admin_vcenter.yaml +++ b/tmpl/admin_vcenter.yaml @@ -39,8 +39,9 @@ enabled_tabs: - vdcs-tab - acls-tab - settings-tab - - support-tab - - upgrade-top-tab + # Do not enable external checking + # - support-tab + # - upgrade-top-tab - vmgroup-tab features: # True to show showback monthly reports, and VM cost