]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/overview.tpl
Renamed cleanup goto target into bail_out which is the prefered name from the develop...
[bacula/bacula] / gui / bweb / tpl / overview.tpl
index 89febbc4e7b9e8fc10e5d4dcceaa1ed695d23fbd..9895cca38ebf0bf74ecfc488d02531e1ebabb407 100644 (file)
@@ -97,7 +97,7 @@ function add_client(name, infos)
 //         a=document.createElement("A"); // create a link to action=job
 //         a.setAttribute('href', "?action=job;client_group=" + name);
             img=document.createElement("IMG");
-            img.setAttribute("src", bweb_get_job_img(infos[j][1],infos[j][2]));
+            img.setAttribute("src", bweb_get_job_img(infos[j][1],infos[j][2], 'B'));
             img.setAttribute("title", infos[j][3]);
 //         a.appendChild(img);
             td.appendChild(img);