mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
Feature #495: Typo in addVMachineElement
This commit is contained in:
parent
e9bd6d50e6
commit
e0fa485c84
@ -2733,7 +2733,7 @@ function deleteVMachineElement(req){
|
||||
}
|
||||
|
||||
function addVMachineElement(request,vm_json){
|
||||
id = vm_json.VM,ID;
|
||||
id = vm_json.VM.ID;
|
||||
notifySubmit('OpenNebula.VM.create',id);
|
||||
element = vMachineElementArray(vm_json);
|
||||
addElement(element,dataTable_vMachines);
|
||||
|
Loading…
x
Reference in New Issue
Block a user