forked from lix-project/hydra
Added running icon in queue in stead of background color.
This commit is contained in:
parent
8aaa0a1a8a
commit
4f5327d7ed
|
@ -67,6 +67,9 @@
|
||||||
[%- IF !hideResultInfo -%]
|
[%- IF !hideResultInfo -%]
|
||||||
<th></th>
|
<th></th>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
[%- IF showSchedulingInfo -%]
|
||||||
|
<th></th>
|
||||||
|
[%- END -%]
|
||||||
<th>#</th>
|
<th>#</th>
|
||||||
[%- IF showSchedulingInfo -%]
|
[%- IF showSchedulingInfo -%]
|
||||||
<th>P</th>
|
<th>P</th>
|
||||||
|
@ -103,6 +106,9 @@
|
||||||
[%- INCLUDE renderBuildStatusIcon size=16 busy=(showSchedulingInfo ? 1 : 0) buildstatus=build.buildstatus -%]
|
[%- INCLUDE renderBuildStatusIcon size=16 busy=(showSchedulingInfo ? 1 : 0) buildstatus=build.buildstatus -%]
|
||||||
</td>
|
</td>
|
||||||
[%- END -%]
|
[%- 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>
|
<td><a href="[% c.uri_for('/build' build.id) %]">[% build.id %]</a></td>
|
||||||
[%- IF showSchedulingInfo -%]
|
[%- IF showSchedulingInfo -%]
|
||||||
<td>[% build.priority %]</td>
|
<td>[% build.priority %]</td>
|
||||||
|
|
|
@ -8,4 +8,3 @@ th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue