hydra/src/root/status.tt
Eelco Dolstra 4d1816b152 Remove obsolete Builds columns and provide accurate "Running builds"
This removes the "busy", "locker" and "logfile" columns, which are no
longer used by the queue runner. The "Running builds" page now only
shows builds that have an active build step.
2015-10-27 15:37:17 +01:00

15 lines
296 B
Plaintext

[% WRAPPER layout.tt title="Running builds" %]
[% PROCESS common.tt %]
[% IF resource.size == 0 %]
<div class="alert alert-info">There are no running builds.</div>
[% ELSE %]
[% INCLUDE renderBuildList builds=resource showSchedulingInfo=1 hideResultInfo=1 busy=1 %]
[% END %]
[% END %]