X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=gui%2Fbacula-web%2Fbackupjob-report.php;h=5918aec36d15a77edbcddd85f6feee1bea558871;hb=c2b06558d971f5a8a20b1bed95d25d4db926027d;hp=fd9f4391f07b6741095b07d58c2cfa5bf7ed0ed6;hpb=25dd457db3ffe344350d0a4f7361c2239142ae1a;p=bacula%2Fbacula diff --git a/gui/bacula-web/backupjob-report.php b/gui/bacula-web/backupjob-report.php index fd9f4391f0..5918aec36d 100644 --- a/gui/bacula-web/backupjob-report.php +++ b/gui/bacula-web/backupjob-report.php @@ -60,6 +60,7 @@ $graph->SetData( $days_stored_bytes, 'bars', 'text-data' ); $graph->SetGraphSize( 400, 230 ); + $graph->SetYTitle( "GB" ); $graph->Render(); $dbSql->tpl->assign('graph_stored_bytes', $graph->Get_Image_file() ); @@ -78,6 +79,7 @@ $graph->SetData( $days_stored_files, 'bars', 'text-data' ); $graph->SetGraphSize( 400, 230 ); + $graph->SetYTitle( "Files" ); $graph->Render(); $dbSql->tpl->assign('graph_stored_files', $graph->Get_Image_file() );