hydra/src/root/queue.tt
2013-02-20 15:54:33 +01:00

21 lines
395 B
Plaintext

[% WRAPPER layout.tt title="Queue" %]
[% PROCESS common.tt %]
<p><a class="btn" href="[% c.uri_for('/status') %]">Running build steps</a></p>
[% IF flashMsg %]
<p class="btn-info btn-large">[% flashMsg %]</p>
[% END %]
[% IF queue.size == 0 %]
<p>The queue is empty.</p>
[% ELSE %]
[% INCLUDE renderBuildList builds=queue showSchedulingInfo=1 hideResultInfo=1 %]
[% END %]
[% END %]