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:
parent
e05d8d9c34
commit
effd847a29
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user