forked from lix-project/hydra
e686979e55
a disabled project. Idem for the queue page.
21 lines
429 B
Plaintext
21 lines
429 B
Plaintext
[% WRAPPER layout.tt title="Queue" %]
|
|
[% PROCESS common.tt %]
|
|
|
|
<h1>Hydra Queue</h1>
|
|
|
|
[% IF scheduled.size == 0 %]
|
|
|
|
<p>The queue is empty.</p>
|
|
|
|
[% ELSE %]
|
|
|
|
<p>Note: Builds in <span class="runningBuild">red</span> are
|
|
currently executing. Builds in <span
|
|
class="disabledBuild">grey</span> are currently disabled.</p>
|
|
|
|
[% PROCESS renderBuildList builds=queue showSchedulingInfo=1 hideResultInfo=1 %]
|
|
|
|
[% END %]
|
|
|
|
[% END %]
|