forked from lix-project/hydra
This commit is contained in:
parent
fa042e04ae
commit
41055aabc7
18
src/Hydra/root/queue.tt
Normal file
18
src/Hydra/root/queue.tt
Normal file
|
@ -0,0 +1,18 @@
|
|||
[% WRAPPER layout.tt title="Hydra Queue" %]
|
||||
[% PROCESS common.tt %]
|
||||
|
||||
<h1>Hydra Queue</h1>
|
||||
|
||||
[% IF scheduled.size == 0 %]
|
||||
|
||||
<p>The queue is empty.</p>
|
||||
|
||||
[% ELSE %]
|
||||
|
||||
<p>Note: jobs in <span class="runningJob">red</span> are currently executing.</p>
|
||||
|
||||
[% PROCESS renderBuildList builds=queue showSchedulingInfo=1 hideResultInfo=1 %]
|
||||
|
||||
[% END %]
|
||||
|
||||
[% END %]
|
Loading…
Reference in a new issue