Added Documentation, Scrut-fixes

This commit is contained in:
f0o
2015-01-17 14:09:59 +00:00
parent e4a1ff5b7c
commit c9dcc96649
5 changed files with 35 additions and 6 deletions

View File

@@ -23,7 +23,7 @@
*/
global $config;
$graphs = array('bind_queries' => 'bind - Queries');
$graphs = array('bind_queries' => 'Queries');
foreach( $graphs as $key => $text ) {
$graph_type = $key;
$graph_array['height'] = "100";