hydra/src/Hydra/root/queue.tt

19 lines
347 B
Plaintext
Raw Normal View History

[% WRAPPER layout.tt title="Queue" %]
2008-11-26 17:43:53 +00:00
[% 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 %]