Improve UI for searching for input tabs

This commit is contained in:
j433866 2019-05-10 13:48:03 +01:00
parent 2c02900edf
commit e34d521dcc
2 changed files with 47 additions and 22 deletions

View file

@ -769,24 +769,27 @@
</div>
<div class="modal-body" id="input-tab-body">
<h6>Load Status</h6>
<div class="checkbox .input-find-option">
<label for="input-show-pending">
<input type="checkbox" id="input-show-pending" checked="">
Pending
</label>
</div>
<div class="checkbox .input-find-option">
<label for="input-show-loading">
<input type="checkbox" id="input-show-loading" checked="">
Loading
</label>
</div>
<div class="checkbox .input-find-option">
<label for="input-show-loaded">
<input type="checkbox" id="input-show-loaded" checked="">
Loaded
</label>
</div>
<ul id="input-find-options">
<li class="checkbox .input-find-option">
<label for="input-show-pending">
<input type="checkbox" id="input-show-pending" checked="">
Pending
</label>
</li>
<li class="checkbox .input-find-option">
<label for="input-show-loading">
<input type="checkbox" id="input-show-loading" checked="">
Loading
</label>
</li>
<li class="checkbox .input-find-option">
<label for="input-show-loaded">
<input type="checkbox" id="input-show-loaded" checked="">
Loaded
</label>
</li>
</ul>
<br>
<div class="form-group .input-find-option">
<label for="input-filename-filter" class="bmd-label-floating">Filename</label>
<input type="text" class="form-control" id="input-filename-filter">