From 29a35feea4944bc505df002cf8e976190177627f Mon Sep 17 00:00:00 2001 From: laf Date: Thu, 5 Dec 2013 22:22:22 +0000 Subject: [PATCH] Updated hostbox-basic.inc.php as number of 's were incorrect Added 3 's to resolve table formatting and ensure view looks consistent with details page. --- html/includes/hostbox-basic.inc.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/html/includes/hostbox-basic.inc.php b/html/includes/hostbox-basic.inc.php index e4bd2b991..3a8d5a208 100644 --- a/html/includes/hostbox-basic.inc.php +++ b/html/includes/hostbox-basic.inc.php @@ -28,9 +28,16 @@ $device['os_text'] = $config['os'][$device['os']]['text']; echo(' + + ' . $image . ' ' . generate_device_link($device) . '' ); +echo(''); +if ($port_count) { echo(' '.$port_count); } +echo('
'); +if ($sensor_count) { echo(' '.$sensor_count); } +echo(''); echo(' ' . $device['hardware'] . ' ' . $device['features'] . ''); echo(' ' . $device['os_text'] . ' ' . $device['version'] . ''); echo(' ' . formatUptime($device['uptime'], 'short') . '
');