]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Add option to fix bar graphics
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 22 Sep 2008 15:03:01 +0000 (15:03 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 22 Sep 2008 15:03:01 +0000 (15:03 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7620 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/cgi/bgraph.pl

index 80c26ca83e6214b26b7568df7a38cbad6916c19a..e232e5fdd2f90c433a5724158b3453e27342bd09 100755 (executable)
@@ -215,6 +215,7 @@ sub get_graph
     $graph->set('x_label' => 'Time',
                'x_number_format' => sub { strftime('%D', localtime($_[0])) },
                'x_tick_number' => 5*$arg->{width}/800,
+                'overwrite' => 1,
                @options,
                );