Skip to content

Commit 6faf141

Browse files
author
Till Brehm
committed
FS#3091 - Output encoding problems in monitor module.
1 parent d229c25 commit 6faf141

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

interface/web/monitor/show_sys_state.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ function _getServerState($serverId, $serverName) {
223223
/*
224224
* Info of a VE inside a OpenVz-Host
225225
*/
226-
$html_ve = '<div class="systemmonitor-ve state-' . $serverState . '-ve os-' . $osData['name'] . '">';
226+
//$html_ve = '<div class="systemmonitor-ve state-' . $serverState . '-ve os-' . $osData['name'] . '">';
227+
$html_ve = '<div class="systemmonitor state-' . $serverState . ' os-' . $osData['name'] . '">';
227228
if ($osData != null) {
228229
$html_ve .= '<div class="icoDevice"><p class="status"></p></div>';
229230
}

0 commit comments

Comments
 (0)