diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php
index 61f5d1d15d..4cface6b38 100644
--- a/html/pages/devices.inc.php
+++ b/html/pages/devices.inc.php
@@ -43,7 +43,8 @@ $menu_options = array('bits' => 'Bits',
'storage' => 'Storage',
'diskio' => 'Disk I/O',
'poller_perf' => 'Poller',
- 'ping_perf' => 'Ping'
+ 'ping_perf' => 'Ping',
+ 'temperature' => 'Temperature'
);
$sep = "";
foreach ($menu_options as $option => $text) {