2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-02 11:40:58 +00:00

Many more refactoring

This commit is contained in:
Oliver Walters
2020-04-11 14:14:45 +10:00
parent 5d2441776e
commit 64f8034a4c
5 changed files with 142 additions and 85 deletions

View File

@ -18,9 +18,10 @@
</ul>
</div>
{% endif %}
<div class='filters' id='#filter-list-stock'>
<!-- An empty div in which the filter list will be constructed -->
</div>
<div class='filters'>
<button class='btn btn-default' id='filter-add'>Add filter</button>
<button class='btn btn-default' id='filter-clear'>Clear filters</button>
<ul class='filter-list' id='stock-filter-list'>
<!-- This is an empty list which will be populated with the stock table filters -->
</ul>