--- misc/xenconsole/index.php 2012/12/02 16:30:24 1892 +++ misc/xenconsole/index.php 2012/12/03 11:25:39 1893 @@ -119,6 +119,7 @@ vm.find('.cpu_graph').show(); vm.find('.cpu_graph').attr('src', 'usagebar.php?usage=' + cpuavg); vm.find('.cpu_graph').attr('title', cpuavg + '%'); + vm.find('.mem_graph').show(); } else { if (state == "Halted") { vm.find('.state').css("background-image", "url('gfx/vps_topred.png')");