forked from lix-project/hydra
Fix display of non-aggregate builds
This commit is contained in:
parent
242072bbd6
commit
8e1ade4422
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
[% project = build.project %]
|
[% project = build.project %]
|
||||||
[% jobset = build.jobset %]
|
[% jobset = build.jobset %]
|
||||||
[% job = build.job %]
|
[% job = build.job %]
|
||||||
[% isAggregate = constituents ? 1 : 0 %]
|
[% isAggregate = constituents.size > 0 %]
|
||||||
|
|
||||||
[% BLOCK renderOutputs %]
|
[% BLOCK renderOutputs %]
|
||||||
[% start=1; FOREACH output IN outputs %]
|
[% start=1; FOREACH output IN outputs %]
|
||||||
|
|
Loading…
Reference in a new issue