Skip to content

Commit

Permalink
B #4323: Fix NUMA tab switcher (#4324)
Browse files Browse the repository at this point in the history
Signed-off-by: kvaps <kvapss@gmail.com>
  • Loading branch information
kvaps authored Mar 10, 2020
1 parent 65217a5 commit 5caaa4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 5caaa4c

Please sign in to comment.