From a82cad86ec3348edc4cdfaf6ac1a10968db79940 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 16 May 2015 15:06:56 +0200 Subject: responsive: make the overview page look nice on all media --- inc/html.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'inc/html.inc.php') 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) { urlencode($host), htmlentities($host)); + echo "
"; + if ($CONFIG['showload']) { require_once 'type/Default.class.php'; $load = array('h' => $host, 'p' => 'load', 't' => 'load'); @@ -304,7 +306,7 @@ function host_summary($cat, $hosts) { } } - print "
\n"; + print "\n"; } echo "\n"; -- cgit v1.1