diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php
index 488ed0ba6..17e5f814a 100644
--- a/html/pages/devices.inc.php
+++ b/html/pages/devices.inc.php
@@ -37,12 +37,15 @@ foreach ($menu_options as $option => $text)
'Bits',
- 'processor' => 'CPU',
- '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',
+ 'ping_perf' => 'Ping'
);
$sep = "";
foreach ($menu_options as $option => $text)
@@ -89,7 +92,7 @@ print_optionbar_end();