added link to temp sensor to group page

This commit is contained in:
walrus
2016-07-07 21:23:50 -05:00
parent 4a3b1a1420
commit b8edbeb83e

View File

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