From c2c33e603aaa931ef9551dc78661bcc64b9f7b02 Mon Sep 17 00:00:00 2001 From: Mike Rostermund Date: Wed, 10 Jun 2015 00:47:26 +0200 Subject: [PATCH] Add Load graphs to devices page --- html/pages/devices.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php index 488ed0ba61..20ffde75d4 100644 --- a/html/pages/devices.inc.php +++ b/html/pages/devices.inc.php @@ -39,6 +39,7 @@ foreach ($menu_options as $option => $text) $menu_options = array('bits' => 'Bits', 'processor' => 'CPU', + 'ucd_load' => 'Load', 'mempool' => 'Memory', 'uptime' => 'Uptime', 'storage' => 'Storage', @@ -89,7 +90,7 @@ print_optionbar_end();