]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl small fix
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 14 Nov 2006 13:07:12 +0000 (13:07 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 14 Nov 2006 13:07:12 +0000 (13:07 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3621 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/cgi/bweb.pl

index bee4e76cc3d5c2f310f9274331d8c65b9c01e7fe..adba55fabf4b53b639de96f8b4143c4d2a9dd696 100755 (executable)
@@ -69,11 +69,11 @@ if ($action eq 'begin') {           # main display
     print "</td><td valign='top'>";
     print "
 <div class='titlediv'>
-  <h1 class='newstitle'> Statistics (last 48 hours)</h1>
+  <h1 class='newstitle'> Statistics </h1>
 </div>
 <div class='bodydiv'>
 <a href='?action=job;age=172800;jobtype=B'>
-<img src='bgraph.pl?age=172800;width=600;height=250;graph=job_size;limit=100;action=graph;legend=off' alt='Nothing to display'>
+<img src='bgraph.pl?age=2678400;width=600;height=250;graph=job_sum_day;limit=300;action=graph;legend=off' alt='Nothing to display'>
 </a>
 </div>";
     print "</td></tr></table></div>";