diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php
index 20ffde75d4..bb3d122066 100644
--- a/html/pages/devices.inc.php
+++ b/html/pages/devices.inc.php
@@ -37,13 +37,14 @@ foreach ($menu_options as $option => $text)
'Bits',
- 'processor' => 'CPU',
- 'ucd_load' => 'Load',
- 'mempool' => 'Memory',
- 'uptime' => 'Uptime',
- 'storage' => 'Storage',
- 'diskio' => 'Disk I/O'
+$menu_options = array('bits' => 'Bits',
+ 'processor' => 'CPU',
+ 'ucd_load' => 'Load',
+ 'mempool' => 'Memory',
+ 'uptime' => 'Uptime',
+ 'storage' => 'Storage',
+ 'diskio' => 'Disk I/O',
+ 'poller_perf' => 'Poller'
);
$sep = "";
foreach ($menu_options as $option => $text)