In build tables, hide the project, jobset and/or job name if they're constant

This commit is contained in:
Eelco Dolstra
2012-04-02 13:12:39 +02:00
parent 1904f82f06
commit 0aae52bfcc
7 changed files with 15 additions and 15 deletions

View File

@ -101,7 +101,7 @@
[% IF lastBuilds %]
<h2>Most recent builds</h2>
[% INCLUDE renderBuildList builds=lastBuilds %]
[% INCLUDE renderBuildList builds=lastBuilds hideProjectName=1 hideJobsetName=1 %]
[% END %]
[% IF !edit && activeJobsStatus -%]