refactor(web): change filters ids

This commit is contained in:
2023-01-29 23:11:46 +03:00
parent 109cc1ac32
commit d72348e639
5 changed files with 11 additions and 11 deletions
+4 -4
View File
@@ -45,14 +45,14 @@
</div>
</div>
<div class="form-group row">
<label class="col-sm-3 col-form-label" for="filter">Tag filter</label>
<label class="col-sm-3 col-form-label" for="text-filter">Tag filter</label>
<div class="col-sm-9">
<input type="text" name="filter" class="form-control" id="filter">
<input type="text" name="text-filter" class="form-control" id="text-filter">
</div>
</div>
<div class="form-group form-check">
<input type="checkbox" name="related" class="form-check-input" id="selected" checked>
<label class="form-check-label" for="selected">Show only selected</label>
<input type="checkbox" name="selection-filter" class="form-check-input" id="selection-filter" checked>
<label class="form-check-label" for="selection-filter">Show only selected</label>
</div>
<div class="form-group list" style="height: calc(100vh - 330px)"></div>
<div class="form-group button-flex">