1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-25 23:21:29 +03:00

Template should be filled after popUp method

This commit is contained in:
Daniel Molina 2014-02-05 17:43:05 +01:00
parent 8ba6d3281d
commit 2308fda135

View File

@ -374,10 +374,10 @@ var template_actions = {
callback: function(request, response) {
template_to_update_id = response.VMTEMPLATE.ID;
popUpUpdateTemplateDialog();
fillTemplatePopUp(
response.VMTEMPLATE.TEMPLATE,
$create_template_dialog);
popUpUpdateTemplateDialog();
},
error: onError
},