mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-22 13:33:52 +03:00
parent
e07204d5c8
commit
c5d22fc8dc
@ -129,7 +129,7 @@ define(function(require) {
|
||||
|
||||
function _submitWizard() {
|
||||
var context = ".sunstone-content > #vms-tab #vms-tab-wizardForms.is-active";
|
||||
var templateJSON = {};
|
||||
var templateJSON = this.template;
|
||||
$.each(this.wizardTabs, function(index, wizardTab) {
|
||||
$.extend(
|
||||
true,
|
||||
@ -154,6 +154,7 @@ define(function(require) {
|
||||
function _fill(context, element) {
|
||||
this.setHeader(element);
|
||||
this.resourceId = element.ID;
|
||||
this.template = element.TEMPLATE;
|
||||
|
||||
var templateJSON = element.TEMPLATE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user