1
0
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:
Jaime Melis 2011-02-23 18:07:44 +01:00
parent e9bd6d50e6
commit e0fa485c84

View File

@ -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);