1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

B #4323: Fix NUMA tab switcher (#4324)

Signed-off-by: kvaps <kvapss@gmail.com>
This commit is contained in:
kvaps 2020-03-10 11:10:08 +01:00 committed by GitHub
parent 65217a5bf0
commit 5caaa4cee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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