mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
Signed-off-by: kvaps <kvapss@gmail.com>
This commit is contained in:
parent
65217a5bf0
commit
5caaa4cee7
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user