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

@@ -22,11 +22,8 @@ out of [% totalBuilds %] in order of descending timestamp.</p>
</p>
[% END %]
[% INCLUDE renderNav %]
[% INCLUDE renderBuildList %]
[% INCLUDE renderBuildList hideProjectName=project hideJobsetName=jobset hideJobName=job %]
[% INCLUDE renderNav %]
[% END %]