allow to exclude discarded contracts from selection

This commit is contained in:
badcold
2024-04-21 10:22:43 +02:00
parent 3d14936a99
commit e7fecb58cd
2 changed files with 12 additions and 0 deletions

View File

@@ -30,6 +30,11 @@
<input id="hops" type="checkbox" checked="checked"/><label for="hops">Hops</label>
</div>
<div id="other" class="filters">
<span>Other:</span>
<input id="discarded" type="checkbox" checked="checked"/><label for="discarded">Discarded</label>
</div>
<div id="included">
</div>
<hr style="clear: left;height:5px;border-width:0;color:gray;background-color:darkgoldenrod"/>