]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Update overview page
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 22 Jun 2008 18:44:53 +0000 (18:44 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 22 Jun 2008 18:44:53 +0000 (18:44 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7217 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/lib/Bweb.pm
gui/bweb/script/bweb-mysql.sql
gui/bweb/script/bweb-postgresql.sql

index d13e162325f01b6040ab869ba33042829a28a26b..e99a3f710e72627a91d0b0e2b083e63dd91ef451 100644 (file)
@@ -3750,7 +3750,7 @@ FROM (
     JOIN Status              USING (JobStatus)
    WHERE client_group_name IN ($arg->{jclient_groups})
          $limit $filter2
-
+     AND JobStatus IN ('T', 'f', 'A', 'e', 'E')
    GROUP BY Client.Name, date
 ) AS sub JOIN Status USING (severity)
  ORDER BY name, date
index 430b011f931f47419c99c0ec597d2db346ad9d07..0fb5bb457e57fff2f269dca7f11a121c765bae26 100644 (file)
@@ -7,6 +7,9 @@ UPDATE Status SET severity = 15;
 UPDATE Status SET severity = 100 where JobStatus = 'f';
 UPDATE Status SET severity = 90 where JobStatus = 'A';
 UPDATE Status SET severity = 10 where JobStatus = 'T';
+UPDATE status SET severity = 20 where jobstatus = 'e';
+UPDATE status SET severity = 25 where jobstatus = 'E';
+
 
 -- New tables for bresto (same as brestore)
 
index 0fed9269d2287ba344dd19feb6fb44a5978519f6..d06820c3427c006a3dc1d5a3c396ca8ce09b915b 100644 (file)
@@ -7,6 +7,8 @@ UPDATE status SET severity = 15;
 UPDATE status SET severity = 100 where jobstatus = 'f';
 UPDATE status SET severity = 90 where jobstatus = 'A';
 UPDATE status SET severity = 10 where jobstatus = 'T';
+UPDATE status SET severity = 20 where jobstatus = 'e';
+UPDATE status SET severity = 25 where jobstatus = 'E';
 
 -- New tables for bresto (same as brestore)