mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-25 23:21:29 +03:00
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
This commit is contained in:
parent
7360d0c2f3
commit
8b9531fb73
@ -272,10 +272,13 @@ define(function(require) {
|
||||
});
|
||||
templateJSON.DISK = disks;
|
||||
Sunstone.runAction(actionUpdate, resourceId, TemplateUtils.templateToString(templateJSON));
|
||||
}else{
|
||||
Sunstone.runAction(actionUpdate, resourceId, TemplateUtils.templateToString(templateJSON));
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
OpenNebulaAction.show(params,OpenNebulaTemplate.resource);
|
||||
}else{
|
||||
Sunstone.runAction(actionUpdate, resourceId, TemplateUtils.templateToString(templateJSON));
|
||||
|
Loading…
Reference in New Issue
Block a user