try fix
This commit is contained in:
parent
b39388bef0
commit
79fbe323a2
|
@ -12,6 +12,21 @@
|
||||||
<input class="dropdown-toggle" type="text" name="q" placeholder="Search" title="Enter search keyword"
|
<input class="dropdown-toggle" type="text" name="q" placeholder="Search" title="Enter search keyword"
|
||||||
autocomplete="off" id="dropdownSearch" data-bs-toggle="dropdown" aria-expanded="false">
|
autocomplete="off" id="dropdownSearch" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
<button type="submit" title="Search"><i class="bi bi-search"></i></button>
|
<button type="submit" title="Search"><i class="bi bi-search"></i></button>
|
||||||
|
<ul class="dropdown-menu" autoClose="outside" aria-labelledby="dropdownSearch" id="dropdown-search-list"
|
||||||
|
style="min-width: 100px;">
|
||||||
|
<li class="dropdown-header">
|
||||||
|
<h6 class="dropdown-header">You can search:</h6>
|
||||||
|
</li>
|
||||||
|
<li class="dropdown-item"><i class="bi bi-laptop"></i> Devices <span class="badge bg-secondary"
|
||||||
|
style="float: right;">DHID</span></li>
|
||||||
|
<li class="dropdown-item"><i class="bi bi-folder2"></i> lots <span class="badge bg-secondary"
|
||||||
|
style="float: right;">Name</span></li>
|
||||||
|
<li class="dropdown-item">
|
||||||
|
<small class="text-muted">
|
||||||
|
<a href="{{ url_for('inventory.advanced_search')}}">Advanced Search</a>
|
||||||
|
</small>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</form>
|
</form>
|
||||||
</div><!-- End Search Bar -->
|
</div><!-- End Search Bar -->
|
||||||
|
|
||||||
|
|
Reference in New Issue