1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

Do not show VM info panel when new VM is created

This commit is contained in:
Hector Sanjuan 2011-05-13 16:45:15 +02:00 committed by Ruben S. Montero
parent e05d8d9c34
commit effd847a29

View File

@ -511,8 +511,6 @@ function addVMachineElement(request,vm_json){
var id = vm_json.VM.ID;
var element = vMachineElementArray(vm_json);
addElement(element,dataTable_vMachines);
//Popup info panel after creation.
updateVMInfo(null,vm_json);
}