Hide hidden jobsets for project admins by default

This unclutters project pages.

Fixes #390.
This commit is contained in:
Eelco Dolstra
2016-10-27 16:46:20 +02:00
parent 3c8f00c76f
commit a2be29377e
5 changed files with 34 additions and 4 deletions

View File

@@ -7,6 +7,6 @@
[% ELSE %]
[% INCLUDE renderJobsetOverview showProject=1 %]
[% INCLUDE renderJobsetOverview showProject=1 showHidden=1 %]
[% END %]