Merge pull request #3346 from mnguyen1289/add-user-to-authors

Fix sensors icon bug
This commit is contained in:
Neil Lathwood
2016-04-12 08:12:25 +01:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -95,6 +95,7 @@ LibreNMS contributors:
- Guillaume Coeugnet <aliasprotect-git@yahoo.fr> (gcoeugnet)
- Jared Newell <jared.newell@gmail.com> (Jaredn)
- Karsten Nerdinger <karsten-git-librenms@nerdinger.net> (piratonym)
- Michael Nguyen <mnguyen1289@gmail.com> (mnguyen1289)
[1]: http://observium.org/ "Observium web site"
Observium was written by:
+1
View File
@@ -207,6 +207,7 @@ foreach (dbFetchRows($sql, $param) as $device) {
$hostname .= '<br />'.$device['sysName'];
if (empty($port_count)) {
$port_count = 0;
$col_port = '';
}
if ($port_count) {
$col_port = ' <img src="images/icons/port.png" align=absmiddle /> '.$port_count.'<br />';