mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-02 06:24:34 +02:00
Improved StructuralEntityType rendering on frontend.
This commit is contained in:
parent
41b1d8b59e
commit
8c450599cb
5 changed files with 74 additions and 35 deletions
|
@ -181,6 +181,7 @@ class AjaxUI {
|
|||
ajaxUI.initTree("#" + target_id, 'tree/tools');
|
||||
break;
|
||||
case "devices":
|
||||
ajaxUI.initTree("#" + target_id, 'tree/devices');
|
||||
ajaxUI.initTree("#" + target_id, 'tree/devices');
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue