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.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
[% WRAPPER layout.tt title="Queue" %]
|
||||
[% PROCESS common.tt %]
|
||||
|
||||
[% IF queue.size == 0 %]
|
||||
[% IF resource.size == 0 %]
|
||||
|
||||
<p>The queue is empty.</p>
|
||||
<div class="alert alert-info">There are no pending builds.</div>
|
||||
|
||||
[% ELSE %]
|
||||
|
||||
|
Reference in New Issue
Block a user