forked from lix-project/hydra
2054759fdf
The active build steps list was redundant, because the "Machine status" page also shows them. So instead show active builds.
15 lines
289 B
Plaintext
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 %]
|