mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@@ -291,7 +291,7 @@ if ($menu_sensors)
|
|||||||
echo(' <li role="presentation" class="divider"></li>');
|
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');
|
$icons = array('fanspeed'=>'tachometer','humidity'=>'tint','temperature'=>'fire','current'=>'bolt','frequency'=>'line-chart','power'=>'power-off','voltage'=>'bolt','charge'=>'plus-square');
|
||||||
foreach (array('fanspeed','humidity','temperature') as $item)
|
foreach (array('fanspeed','humidity','temperature') as $item)
|
||||||
{
|
{
|
||||||
if (isset($menu_sensors[$item]))
|
if (isset($menu_sensors[$item]))
|
||||||
|
Reference in New Issue
Block a user