Improved StructuralEntityType rendering on frontend.

This commit is contained in:
Jan Böhmer 2022-07-26 23:07:04 +02:00
parent 41b1d8b59e
commit 8c450599cb
5 changed files with 74 additions and 35 deletions

View file

@ -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;
}