]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/backupjob-report.php
bacula-web: Added Y axis title in graphs (unit GB)
[bacula/bacula] / gui / bacula-web / backupjob-report.php
index fd9f4391f07b6741095b07d58c2cfa5bf7ed0ed6..5918aec36d15a77edbcddd85f6feee1bea558871 100644 (file)
@@ -60,6 +60,7 @@
        \r
   $graph->SetData( $days_stored_bytes, 'bars', 'text-data' );\r
   $graph->SetGraphSize( 400, 230 );\r
+  $graph->SetYTitle( "GB" );
 \r
   $graph->Render();\r
   $dbSql->tpl->assign('graph_stored_bytes', $graph->Get_Image_file() );        
@@ -78,6 +79,7 @@
   \r
   $graph->SetData( $days_stored_files, 'bars', 'text-data' );\r
   $graph->SetGraphSize( 400, 230 );\r
+  $graph->SetYTitle( "Files" );
 \r
   $graph->Render();\r
   $dbSql->tpl->assign('graph_stored_files', $graph->Get_Image_file() );