]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Fix a couple of bug
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 27 Dec 2007 10:46:20 +0000 (10:46 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 27 Dec 2007 10:46:20 +0000 (10:46 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6144 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/lib/GBalloon.pm
gui/bweb/technotes-2.3

index 4ff45f2b1bde30b77c39e5b9c3a47aae3fdfa366..aece21029f2c7abb5174e5d64fc2935049a7de7e 100644 (file)
@@ -57,8 +57,9 @@ sub new
 
        x_min => 0,
        y_min => 0,
-       x_max => 0,
-       y_max => 0,
+       x_max => 1,
+       y_max => 1,
+       z_max => 1,
 
         data       => [],
         type       => {},
@@ -159,7 +160,7 @@ sub finalize
     return unless (scalar(@data));
 
     # the max z will take something like 10% of the total size
-    $self->{z_max} = sqrt($data[0]->[2]);
+    $self->{z_max} = sqrt($data[0]->[2]) || 1;
     my $c=0;
 
 #   print STDERR "max: x=$self->{x_max} y=$self->{y_max} z=$self->{z_max}\n";
index f27be95817bfca1f3047ff43162bb9230ff96a60..afac31d529740644c133c49f5f3bddf34cdff455 100644 (file)
@@ -1,3 +1,7 @@
+27Dec07
+ebl  Fix a couple of small bug in GBalloon module when
+     we don't find any valid job
+
 23Dec07
 ebl  Each user can have a different template dir (lang).
 ebl  WARNING: now, bweb/tpl contains main tpl files