mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-31 15:30:42 +02:00
Use filter systems for most part lists.
This commit is contained in:
parent
b52c61bfa3
commit
0fc0136914
3 changed files with 106 additions and 138 deletions
|
@ -6,6 +6,12 @@
|
|||
|
||||
{% block content %}
|
||||
|
||||
<div class="accordion mb-3">
|
||||
{% include "Parts/lists/_filter.html.twig" %}
|
||||
</div>
|
||||
|
||||
{% include "Parts/lists/_action_bar.html.twig" with {'url_options': {}} %}
|
||||
|
||||
{% include "Parts/lists/_parts_list.html.twig" %}
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue