This commit is contained in:
Eelco Dolstra
2008-11-10 13:33:12 +00:00
parent 15edf10986
commit 8f5e7c319c
17 changed files with 366 additions and 152 deletions

View File

@@ -9,7 +9,7 @@
</thead>
<tbody>
[% FOREACH job IN jobs -%]
<tr>
<tr [% IF job.busy %]class="runningJob"[% END %] >
<td>[% job.priority %]</td>
<td><tt>[% job.project.name %]</tt></td>
<td><tt>[% job.jobset.name %]</tt></td>