mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
parent
0d7959c296
commit
7cacb2981a
@ -91,6 +91,7 @@ define(function(require) {
|
||||
|
||||
function _setup(context) {
|
||||
this.arTemplates = [];
|
||||
CustomTagsTable.setup(context)
|
||||
}
|
||||
|
||||
function _submitWizard(context) {
|
||||
@ -116,6 +117,8 @@ define(function(require) {
|
||||
|
||||
$.extend(extra_info["template"], WizardFields.retrieve($("#instantiateContext", context)));
|
||||
|
||||
$.extend(extra_info["template"], CustomTagsTable.retrieve(context));
|
||||
|
||||
var secgroups = that.securityGroupsTable.retrieveResourceTableSelect();
|
||||
if (secgroups != undefined && secgroups.length != 0) {
|
||||
extra_info["template"]["SECURITY_GROUPS"] = secgroups.join(",");
|
||||
|
Loading…
x
Reference in New Issue
Block a user