mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
Fixed image creation
This commit is contained in:
parent
57193578e2
commit
6a6c865a62
@ -2089,7 +2089,7 @@ function createImageDialog(){
|
||||
break;
|
||||
}
|
||||
obj = { "image" : img_json };
|
||||
OpenNebula.Image.create({data: obj,success: addImageElement,error: onError});
|
||||
OpenNebula.Image.register({data: obj,success: addImageElement,error: onError});
|
||||
|
||||
$create_image_dialog.dialog('close');
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user