Added admin page for devices

This commit is contained in:
Jan Böhmer 2019-04-26 18:31:09 +02:00
parent c11d78e52f
commit df0a8254bf
5 changed files with 139 additions and 9 deletions

View file

@ -63,6 +63,8 @@ class ToolsTreeBuilder
$this->urlGenerator->generate('attachment_type_new'));
$nodes[] = new TreeViewNode($this->translator->trans('tree.tools.edit.categories'),
$this->urlGenerator->generate('category_new'));
$nodes[] = new TreeViewNode($this->translator->trans('tree.tools.edit.devices'),
$this->urlGenerator->generate('device_new'));
$nodes[] = new TreeViewNode('Node 2');