refactor(web): change filters ids
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user