Skip to content

Commit

Permalink
Added running icon in queue in stead of background color.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvermaa committed Apr 12, 2012
1 parent 8aaa0a1 commit 4f5327d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/root/common.tt
Expand Up @@ -67,6 +67,9 @@
[%- IF !hideResultInfo -%]
<th></th>
[% END %]
[%- IF showSchedulingInfo -%]
<th></th>
[%- END -%]
<th>#</th>
[%- IF showSchedulingInfo -%]
<th>P</th>
Expand Down Expand Up @@ -103,6 +106,9 @@
[%- INCLUDE renderBuildStatusIcon size=16 busy=(showSchedulingInfo ? 1 : 0) buildstatus=build.buildstatus -%]
</td>
[%- END -%]
[% IF showSchedulingInfo %]
<td>[%- IF build.busy %]<span class="label label-success">Running</span>[% ELSE %]<span class="label">Queued</span>[% END %]</td>
[% END %]
<td><a href="[% c.uri_for('/build' build.id) %]">[% build.id %]</a></td>
[%- IF showSchedulingInfo -%]
<td>[% build.priority %]</td>
Expand Down
1 change: 0 additions & 1 deletion src/root/static/css/hydra.css
Expand Up @@ -8,4 +8,3 @@ th {
text-align: left;
vertical-align: top;
}

0 comments on commit 4f5327d

Please sign in to comment.