Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
6faf141a
Commit
6faf141a
authored
Feb 23, 2014
by
Till Brehm
Browse files
FS#3091 - Output encoding problems in monitor module.
parent
d229c257
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/monitor/show_sys_state.php
View file @
6faf141a
...
...
@@ -223,7 +223,8 @@ function _getServerState($serverId, $serverName) {
/*
* 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>'
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment