diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 4f5215cd10..c97c8b58b7 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -291,7 +291,7 @@ if ($menu_sensors) echo(' '); } -$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) { if (isset($menu_sensors[$item]))