From 2eabd89f9da8eb3e8cb965aa691aae9b1e3c0746 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Thu, 5 Apr 2012 13:11:48 +0000 Subject: [PATCH] fixes git-svn-id: http://www.observium.org/svn/observer/trunk@2959 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/graphs.inc.php | 10 +++++----- includes/static-config.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/html/pages/graphs.inc.php b/html/pages/graphs.inc.php index 682f266cd..be76829a1 100644 --- a/html/pages/graphs.inc.php +++ b/html/pages/graphs.inc.php @@ -220,16 +220,16 @@ if (!$auth) { print_optionbar_start(); - - echo('
-
+ echo('
+
+ +
'); echo($config['graph_descr'][$vars['type']]); print_optionbar_end(); - } - if($vars['showcommand']) + if($vars['showcommand']) { $_GET = $graph_array; $command_only = 1; diff --git a/includes/static-config.php b/includes/static-config.php index 0ee81a04c..dc55cf0a0 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -1024,7 +1024,7 @@ $config['graph_types']['device']['netscaler_tcp_pkts']['order'] = '0'; $config['graph_types']['device']['netscaler_tcp_pkts']['descr'] = 'TCP Packets'; $config['graph_descr']['device_smokeping_in_all'] = "This is an aggregate graph of the incoming smokeping tests to this host. The line corresponds to the average RTT. The shaded area around each line denotes the standard deviation."; -$config['graph_descr']['device_cpu'] = "This is an aggregate graph of all CPUs in the system."; +$config['graph_descr']['device_processor'] = "This is an aggregate graph of all processors in the system."; ### Device Types