[% WRAPPER layout.tt title="Queue" %] [% PROCESS common.tt %]

Hydra Queue

[% IF scheduled.size == 0 %]

The queue is empty.

[% ELSE %]

Note: jobs in red are currently executing.

[% PROCESS renderBuildList builds=queue showSchedulingInfo=1 hideResultInfo=1 %] [% END %] [% END %]