This commit is contained in:
peter
2019-08-11 20:58:02 +02:00
parent b30a1eb696
commit 817c319b0a
12 changed files with 127 additions and 16 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ export class PluginModule implements FrontendPlugin{
getSidebarEntry(): SidebarEntries {
return {
icon: 'cog',
text: 'pluginmanager',
type: "multi",
text: 'Plugin Manager',
parentRoute: 'pluginmanager',
links: [{
route: 'debug',
text: 'DEBUG'