]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Add EndTime to display_job
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 12 Feb 2007 14:50:20 +0000 (14:50 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 12 Feb 2007 14:50:20 +0000 (14:50 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4171 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/lib/Bweb.pm

index cd264eee6335ac3b311674fc7fea0c9858c524e5..4e5f74a9a995519545628c25172b2b1255983113 100644 (file)
@@ -1928,6 +1928,7 @@ SELECT  Job.JobId       AS jobid,
        Job.Name        AS jobname,
         Level           AS level,
         StartTime       AS starttime,
+        EndTime         AS endtime,
         Pool.Name       AS poolname,
         JobFiles        AS jobfiles, 
         JobBytes        AS jobbytes,