hide disabled jobsets by default.

This commit is contained in:
AmineChikhaoui 2017-12-05 14:07:58 +01:00
parent 364e21919a
commit 52e0ebcfed
No known key found for this signature in database
GPG key ID: C0C8C84C15BCCD1C

View file

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