hydra/src/root/queue.tt

21 lines
395 B
Plaintext
Raw Normal View History

[% WRAPPER layout.tt title="Queue" %]
2008-11-26 17:43:53 +00:00
[% PROCESS common.tt %]
<p><a class="btn" href="[% c.uri_for('/status') %]">Running build steps</a></p>
2010-11-09 13:25:04 +00:00
[% IF flashMsg %]
2012-04-17 09:36:10 +00:00
<p class="btn-info btn-large">[% 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 %]
[% INCLUDE renderBuildList builds=queue showSchedulingInfo=1 hideResultInfo=1 %]
2008-11-26 17:43:53 +00:00
[% END %]
[% END %]