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) {