mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-30 22:50:10 +03:00
Bug #1893: Refresh graphs on vm nic refresh button callback
This commit is contained in:
parent
466822e361
commit
df4d2b3ed3
@ -2196,6 +2196,8 @@ function hotpluggingOps(){
|
||||
|
||||
function updateVMNicsInfo(request,vm){
|
||||
$("li#vm_network_tabTab").html(printNics(vm.VM));
|
||||
Sunstone.runAction("VM.monitor",vm.VM.ID,
|
||||
{ monitor_resources : "CPU,MEMORY,NET_TX,NET_RX"});
|
||||
}
|
||||
|
||||
function printNics(vm_info){
|
||||
|
Loading…
x
Reference in New Issue
Block a user