diff --git a/AUTHORS.md b/AUTHORS.md index 1c1734482..26bf5774e 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -95,6 +95,7 @@ LibreNMS contributors: - Guillaume Coeugnet (gcoeugnet) - Jared Newell (Jaredn) - Karsten Nerdinger (piratonym) +- Michael Nguyen (mnguyen1289) [1]: http://observium.org/ "Observium web site" Observium was written by: diff --git a/html/includes/table/devices.inc.php b/html/includes/table/devices.inc.php index 55084b97e..e84c5dfdd 100644 --- a/html/includes/table/devices.inc.php +++ b/html/includes/table/devices.inc.php @@ -207,6 +207,7 @@ foreach (dbFetchRows($sql, $param) as $device) { $hostname .= '
'.$device['sysName']; if (empty($port_count)) { $port_count = 0; + $col_port = ''; } if ($port_count) { $col_port = ' '.$port_count.'
';