From b8edbeb83eff36d3e4b695c47db21077d6b03b18 Mon Sep 17 00:00:00 2001 From: walrus Date: Thu, 7 Jul 2016 21:23:50 -0500 Subject: [PATCH 1/2] added link to temp sensor to group page --- html/pages/devices.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php index 61f5d1d15d..141b9a7b76 100644 --- a/html/pages/devices.inc.php +++ b/html/pages/devices.inc.php @@ -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) { From 779b04e431e0f6306cd57754544b1a51eb7a2b04 Mon Sep 17 00:00:00 2001 From: walrus Date: Thu, 7 Jul 2016 21:27:20 -0500 Subject: [PATCH 2/2] fixed typo --- html/pages/devices.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php index 141b9a7b76..4cface6b38 100644 --- a/html/pages/devices.inc.php +++ b/html/pages/devices.inc.php @@ -43,7 +43,7 @@ $menu_options = array('bits' => 'Bits', 'storage' => 'Storage', 'diskio' => 'Disk I/O', 'poller_perf' => 'Poller', - 'ping_perf' => 'Ping' + 'ping_perf' => 'Ping', 'temperature' => 'Temperature' ); $sep = "";