2008-11-27 00:38:09 +00:00
|
|
|
[% WRAPPER layout.tt title="Queue" %]
|
2008-11-26 17:43:53 +00:00
|
|
|
[% PROCESS common.tt %]
|
|
|
|
|
|
|
|
<h1>Hydra Queue</h1>
|
|
|
|
|
2009-10-26 14:30:42 +00:00
|
|
|
[% IF flashMsg %]
|
|
|
|
<p class="error">[% flashMsg %]</p>
|
|
|
|
[% END %]
|
|
|
|
|
2009-03-06 14:16:42 +00:00
|
|
|
[% IF queue.size == 0 %]
|
2008-11-26 17:43:53 +00:00
|
|
|
|
|
|
|
<p>The queue is empty.</p>
|
|
|
|
|
|
|
|
[% ELSE %]
|
|
|
|
|
2008-11-30 18:53:58 +00:00
|
|
|
<p>Note: Builds in <span class="runningBuild">red</span> are
|
|
|
|
currently executing. Builds in <span
|
|
|
|
class="disabledBuild">grey</span> are currently disabled.</p>
|
2008-11-26 17:43:53 +00:00
|
|
|
|
2009-03-13 15:57:43 +00:00
|
|
|
[% INCLUDE renderBuildList builds=queue showSchedulingInfo=1 hideResultInfo=1 %]
|
2008-11-26 17:43:53 +00:00
|
|
|
|
|
|
|
[% END %]
|
|
|
|
|
|
|
|
[% END %]
|