/[projects]/misc/xenconsole/index.php
ViewVC logotype

Diff of /misc/xenconsole/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1892 by torben, Sun Dec 2 16:30:24 2012 UTC revision 1893 by torben, Mon Dec 3 11:25:39 2012 UTC
# Line 119  function refreshData() { Line 119  function refreshData() {
119                                  vm.find('.cpu_graph').show();                                  vm.find('.cpu_graph').show();
120                                  vm.find('.cpu_graph').attr('src', 'usagebar.php?usage=' + cpuavg);                                  vm.find('.cpu_graph').attr('src', 'usagebar.php?usage=' + cpuavg);
121                                  vm.find('.cpu_graph').attr('title',  cpuavg + '%');                                  vm.find('.cpu_graph').attr('title',  cpuavg + '%');
122                                    vm.find('.mem_graph').show();
123                          } else {                          } else {
124                                  if (state == "Halted") {                                  if (state == "Halted") {
125                                          vm.find('.state').css("background-image", "url('gfx/vps_topred.png')");                                          vm.find('.state').css("background-image", "url('gfx/vps_topred.png')");

Legend:
Removed from v.1892  
changed lines
  Added in v.1893

  ViewVC Help
Powered by ViewVC 1.1.20