From: Eric Bollengier Date: Sun, 25 Nov 2007 10:19:12 +0000 (+0000) Subject: ebl Use a automatic rediction when launching a new job X-Git-Tag: Release-3.0.0~2205 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=36cc677e421a7cb1739969dcce76cf64fe8374f5;p=bacula%2Fbacula ebl Use a automatic rediction when launching a new job git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5980 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/lib/Bweb.pm b/gui/bweb/lib/Bweb.pm index 74ab58b54d..890fc5879d 100644 --- a/gui/bweb/lib/Bweb.pm +++ b/gui/bweb/lib/Bweb.pm @@ -4186,9 +4186,9 @@ sub run_job_now when => $arg->{when}, ); - print $jobid, $b->{error}; + print $b->{error}; - print "
You can follow job execution here "; + print "
You can follow job (jobid=$jobid) execution here "; } 1; diff --git a/gui/bweb/technotes-2.3 b/gui/bweb/technotes-2.3 index 835165abef..dc1098aa48 100644 --- a/gui/bweb/technotes-2.3 +++ b/gui/bweb/technotes-2.3 @@ -1,3 +1,6 @@ +25Nov07 +ebl Use a automatic rediction when launching a new job + 24Nov07 ebl Add ERR= to error log filter ebl Set where_field when selecting a directory in the tree