This commit is contained in:
Eelco Dolstra 2008-11-26 17:43:53 +00:00
parent fa042e04ae
commit 41055aabc7

18
src/Hydra/root/queue.tt Normal file
View 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 %]