<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -83,8 +83,12 @@ function job_element(job, i){
         
         cbox = $.create(&quot;div&quot;, {&quot;class&quot;: &quot;live &quot; + job_status}, []);
         jbox = $.create(&quot;div&quot;, {&quot;class&quot;: &quot;job&quot;}, [cbox, name]);
-        $(cbox).css(&quot;background&quot;, &quot;rgb(&quot; + parseInt(rgb[0]) + 
-                       &quot;,&quot; + parseInt(rgb[1]) + &quot;,&quot; + parseInt(rgb[2]) + &quot;)&quot;);
+        if (job_status == &quot;active&quot;){
+                $(cbox).css(&quot;background&quot;, &quot;rgb(&quot; + 
+                                parseInt(rgb[0]) + &quot;,&quot; + 
+                                parseInt(rgb[1]) + &quot;,&quot; + 
+                                parseInt(rgb[2]) + &quot;)&quot;);
+        }
         jbox.onmouseover = job_mouseover;
         jbox.onmouseout = job_mouseout;
         jbox.onclick = job_click;</diff>
      <filename>master/www/joblist.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>228a4b59c6f1bb2d9d788b6b5a2c826d668830eb</id>
    </parent>
  </parents>
  <author>
    <name>Ville Tuulos</name>
    <email>tuulos@dxfront.(none)</email>
  </author>
  <url>http://github.com/tuulos/disco/commit/a28120ee76279706909bcdd35f09ce393cfdb1fd</url>
  <id>a28120ee76279706909bcdd35f09ce393cfdb1fd</id>
  <committed-date>2009-08-31T00:37:14-07:00</committed-date>
  <authored-date>2009-08-31T00:37:14-07:00</authored-date>
  <message>joblist should color only active jobs</message>
  <tree>e0627adb677098497553fd9f4f6190742bd69703</tree>
  <committer>
    <name>Ville Tuulos</name>
    <email>tuulos@dxfront.(none)</email>
  </committer>
</commit>
