mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-15 05:57:23 +03:00
Bug #526: Changed create into Image.register
This commit is contained in:
parent
438753a87e
commit
ab1a4e31e3
@ -2107,7 +2107,7 @@ function createImageDialog(){
|
||||
|
||||
$('#create_image_form_manual').submit(function(){
|
||||
template=$('#template',this).val();
|
||||
OpenNebula.Image.create({data: template,success: addImageElement,error: onError});
|
||||
OpenNebula.Image.register({data: template,success: addImageElement,error: onError});
|
||||
$create_image_dialog.dialog('close');
|
||||
return false;
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user