florian030
2014-02-25 cce9d63279d9078dd0292dd015be497600ac5f32
interface/web/monitor/show_sys_state.php
@@ -223,7 +223,8 @@
   /*
    * Info of a VE inside a OpenVz-Host
   */
   $html_ve  = '<div class="systemmonitor-ve state-' . $serverState . '-ve os-' . $osData['name'] . '">';
   //$html_ve  = '<div class="systemmonitor-ve state-' . $serverState . '-ve os-' . $osData['name'] . '">';
   $html_ve  = '<div class="systemmonitor state-' . $serverState . ' os-' . $osData['name'] . '">';
   if ($osData != null) {
      $html_ve .= '<div class="icoDevice"><p class="status"></p></div>';
   }