diff options
Diffstat (limited to '')
-rw-r--r-- | inc/html.inc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inc/html.inc.php b/inc/html.inc.php index 9f42fdf..7fedeb6 100644 --- a/inc/html.inc.php +++ b/inc/html.inc.php | |||
@@ -238,6 +238,8 @@ function host_summary($cat, $hosts) { | |||
238 | urlencode($host), | 238 | urlencode($host), |
239 | htmlentities($host)); | 239 | htmlentities($host)); |
240 | 240 | ||
241 | echo "<div class=\"hostinfo\">"; | ||
242 | |||
241 | if ($CONFIG['showload']) { | 243 | if ($CONFIG['showload']) { |
242 | require_once 'type/Default.class.php'; | 244 | require_once 'type/Default.class.php'; |
243 | $load = array('h' => $host, 'p' => 'load', 't' => 'load'); | 245 | $load = array('h' => $host, 'p' => 'load', 't' => 'load'); |
@@ -304,7 +306,7 @@ function host_summary($cat, $hosts) { | |||
304 | } | 306 | } |
305 | } | 307 | } |
306 | 308 | ||
307 | print "</div>\n"; | 309 | print "</div></div>\n"; |
308 | } | 310 | } |
309 | 311 | ||
310 | echo "</div>\n"; | 312 | echo "</div>\n"; |