mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
More network map updates
This commit is contained in:
@@ -293,7 +293,7 @@ if ($menu_sensors)
|
||||
echo(' <li role="presentation" class="divider"></li>');
|
||||
}
|
||||
|
||||
$icons = array('fanspeed'=>'tachometer','humidity'=>'tint','temperature'=>'fire','current'=>'bolt','frequency'=>'line-chart','power'=>'power-off','voltage'=>'bolt','charge'=>'plus-square','dbm'=>'sun-o');
|
||||
$icons = array('fanspeed'=>'tachometer','humidity'=>'tint','temperature'=>'fire','current'=>'bolt','frequency'=>'line-chart','power'=>'power-off','voltage'=>'bolt','charge'=>'plus-square','dbm'=>'sun-o', 'load'=>'spinner','state'=>'bullseye');
|
||||
foreach (array('fanspeed','humidity','temperature') as $item)
|
||||
{
|
||||
if (isset($menu_sensors[$item]))
|
||||
|
Reference in New Issue
Block a user