mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 08:03:51 +02:00
Merge pull request #3346 from mnguyen1289/add-user-to-authors
Fix sensors icon bug
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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 />';
|
||||
|
||||
Reference in New Issue
Block a user