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();