git-svn-id: http://www.observium.org/svn/observer/trunk@2959 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-04-05 13:11:48 +00:00
parent 6954bd61f5
commit 2eabd89f9d
2 changed files with 6 additions and 6 deletions

View File

@@ -220,16 +220,16 @@ if (!$auth)
{
print_optionbar_start();
echo('<div style="float: left; height: 100%;">
<div style="padding: 10px"><img src="images/16/information.png" /></div>
echo('<div style="float: left; width: 30px;">
<div style="margin: auto auto;">
<img valign=absmiddle src="images/16/information.png" />
</div>
</div>');
echo($config['graph_descr'][$vars['type']]);
print_optionbar_end();
}
if($vars['showcommand'])
if($vars['showcommand'])
{
$_GET = $graph_array;
$command_only = 1;

View File

@@ -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