X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=gui%2Fbacula-web%2Findex.php;h=a6e2b069401c2125edfd3f14f78875dd5eaf562a;hb=b04629b12ad3ea176b7c3fc02e8a012d76340672;hp=f4d1ad456055230f693bbf5ad0f361859c8c08e3;hpb=0b48e77724edd9759323d6dedcbe2e5deaa0e7cd;p=bacula%2Fbacula diff --git a/gui/bacula-web/index.php b/gui/bacula-web/index.php index f4d1ad4560..a6e2b06940 100644 --- a/gui/bacula-web/index.php +++ b/gui/bacula-web/index.php @@ -1,7 +1,8 @@ Get_Pools_List(); foreach( $pools as $pool ) { - array_push( $data, $dbSql->GetPoolsStatistics( $pool ) ); + array_push( $data, $dbSql->CountVolumesByPool( $pool ) ); } $graph->SetData( $data, 'pie', 'text-data-single' );