Merge pull request #520 from AmineChikhaoui/master

hide disabled jobsets by default.
This commit is contained in:
Eelco Dolstra 2017-12-05 15:28:41 +01:00 committed by GitHub
commit d0b19d3172
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@
<div id="tabs-project" class="tab-pane active">
[% IF project.jobsets %]
<p>This project has the following jobsets:
<label id="show-disabled" class="btn btn-small pull-right active" data-toggle="button">Show disabled jobsets</label>
<label id="show-disabled" class="btn btn-small pull-right" data-toggle="button">Show disabled jobsets</label>
[% IF isProjectOwner %]
<label id="show-hidden" class="btn btn-small pull-right" data-toggle="button">Show hidden jobsets</label>
[% END %]