hydra/src/root/status.tt
Eelco Dolstra 2054759fdf Status page: Show running builds rather than build steps
The active build steps list was redundant, because the "Machine
status" page also shows them. So instead show active builds.
2014-09-25 20:17:33 +02:00

15 lines
289 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 %]
[% END %]
[% END %]