mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-31 08:14:41 +02:00
Show a treeview in the admin menus, to select between the different elements.
This commit is contained in:
parent
928b574d8c
commit
650b388a1d
16 changed files with 269 additions and 25 deletions
|
@ -4,6 +4,10 @@
|
|||
<div class="row">
|
||||
<div class="col-4">
|
||||
|
||||
<div class="treeview-sm" id="tree" data-tree-data="{{ generateTreeData(entity) }}">
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-8">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue