mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #3802 from thecityofguanyu/thecityofguanyu/group-temp-sensor-link
thecityofguanyu/devices-page-temp-link
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user