forked from lix-project/hydra
Hide project/jobset in constituent list
This commit is contained in:
parent
72a0fa6ec5
commit
c9a0e12804
|
@ -267,7 +267,7 @@
|
||||||
|
|
||||||
<p>This build is an aggregate of the following builds:</p>
|
<p>This build is an aggregate of the following builds:</p>
|
||||||
|
|
||||||
[% INCLUDE renderBuildList builds=constituents %]
|
[% INCLUDE renderBuildList builds=constituents hideProjectName=1 hideJobsetName=1 %]
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,7 @@ BLOCK renderBuildListHeader %]
|
||||||
[% IF !hideJobName %]
|
[% IF !hideJobName %]
|
||||||
<th>Job</th>
|
<th>Job</th>
|
||||||
[% END %]
|
[% END %]
|
||||||
<th>Release Name</th>
|
<th>Release name</th>
|
||||||
<th>System</th>
|
<th>System</th>
|
||||||
<th>[% IF showSchedulingInfo %]Queued at[% ELSE %]Finished at[% END %]</th>
|
<th>[% IF showSchedulingInfo %]Queued at[% ELSE %]Finished at[% END %]</th>
|
||||||
[% IF showStatusChange %]
|
[% IF showStatusChange %]
|
||||||
|
|
Loading…
Reference in a new issue