Merge pull request #3802 from thecityofguanyu/thecityofguanyu/group-temp-sensor-link

thecityofguanyu/devices-page-temp-link
This commit is contained in:
Neil Lathwood
2016-07-09 18:09:59 +01:00
committed by GitHub

View File

@@ -43,7 +43,8 @@ $menu_options = array('bits' => 'Bits',
'storage' => 'Storage', 'storage' => 'Storage',
'diskio' => 'Disk I/O', 'diskio' => 'Disk I/O',
'poller_perf' => 'Poller', 'poller_perf' => 'Poller',
'ping_perf' => 'Ping' 'ping_perf' => 'Ping',
'temperature' => 'Temperature'
); );
$sep = ""; $sep = "";
foreach ($menu_options as $option => $text) { foreach ($menu_options as $option => $text) {