From 5caaa4cee7534352335d223f4c5c34764523d03f Mon Sep 17 00:00:00 2001 From: kvaps Date: Tue, 10 Mar 2020 11:10:08 +0100 Subject: [PATCH] B #4323: Fix NUMA tab switcher (#4324) Signed-off-by: kvaps --- .../tabs/templates-tab/form-panels/create/wizard-tabs/numa.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/numa.js b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/numa.js index f485bd11bd..19067fa9a9 100644 --- a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/numa.js +++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/numa.js @@ -56,7 +56,7 @@ define(function(require) { */ function WizardTab(opts) { - if (!Config.isTemplateCreationTabEnabled(opts.tabId, "os_booting")) { + if (!Config.isTemplateCreationTabEnabled(opts.tabId, "numa")) { throw "Wizard Tab not enabled"; } this.wizardTabId = WIZARD_TAB_ID + UniqueId.id();