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:
parent
8ba6d3281d
commit
2308fda135
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user