]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Use a automatic rediction when launching a new job
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 25 Nov 2007 10:19:12 +0000 (10:19 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 25 Nov 2007 10:19:12 +0000 (10:19 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5980 91ce42f0-d328-0410-95d8-f526ca767f89

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

index 74ab58b54d6a263abe6fd8741a1ac735d6c2bb1f..890fc5879debdcb8fff09a4a38d0df3bddcd123e 100644 (file)
@@ -4186,9 +4186,9 @@ sub run_job_now
                        when => $arg->{when},
                        );
 
-    print $jobid, $b->{error};    
+    print $b->{error};    
 
-    print "<br>You can follow job execution <a href='?action=dsp_cur_job;client=$arg->{client};jobid=$jobid'> here </a>";
+    print "<br>You can follow job (jobid=$jobid) execution <a href='?action=dsp_cur_job;client=$arg->{client};jobid=$jobid'> here </a><script type='text/javascript' language='JavaScript'>setTimeout(function() { window.location='?action=dsp_cur_job;client=$arg->{client};jobid=$jobid'},2000);</script>";
 }
 
 1;
index 835165abefae8e63b767e572f49dcf96a7dc58c9..dc1098aa48d68391fce1800bb55d9a2977c62a63 100644 (file)
@@ -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