Skip to content

Commit 69b5bad

Browse files
committed
Add default exclude list to the homepage
1 parent a81b128 commit 69b5bad

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

public/_assets/20230427152712-8ee3b0e7a6641aed845899d0645808f6.js

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

views/index.tt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<br>
1616
<!-- .class + .class { width: 100px } -->
1717
<div style="text-align:left; font-size: 14px;">
18+
<label for="ci-default-excludes" style="font-weight: normal;"><input type="checkbox" name="default-excludes" id="ci-default-excludes" onClick="setupDefaultIgnoreList(); false;">&nbsp;default&nbsp;excludes&nbsp;search</label>
19+
<br>
1820
<label for="ci-input" style="font-weight: normal;"><input type="checkbox" name="qci" id="ci-input">&nbsp;case&nbsp;insensitive&nbsp;search</label>
1921
<label for="ls-input" style="font-weight: normal;"><input type="checkbox" name="qls" <% qls ? 'checked' : '' %> id="ls-input" class="">&nbsp;list&nbsp;distro/files</label>
2022
</div>

0 commit comments

Comments
 (0)