From 31dd117d91d4c3c597244b6fbc97e75024392671 Mon Sep 17 00:00:00 2001 From: "manuel.sowada" Date: Thu, 23 Apr 2026 15:02:53 +0200 Subject: [PATCH] delete old startmenuItems --- .../__remove__integratedStartmenuItems.js | 108 ------------------ 1 file changed, 108 deletions(-) delete mode 100644 src/models/__remove__integratedStartmenuItems.js diff --git a/src/models/__remove__integratedStartmenuItems.js b/src/models/__remove__integratedStartmenuItems.js deleted file mode 100644 index ce77856..0000000 --- a/src/models/__remove__integratedStartmenuItems.js +++ /dev/null @@ -1,108 +0,0 @@ -module.exports = ([ - { - section: "System", - name: 'Server', - active: true, - menu: { - label: 'Server', - items: [ - { - label: 'Styles', - view: 'styleconfig', - icon: 'brush.png', - permissions: [ 'Administration' ] - }, - { - label: 'Configs', - view: 'serverconfig', - icon: "app.png", - permissions: [ 'Administration' ] - } - ] - }, - }, - { - section: 'System', - name: 'EventLog', - active: true, - menu: { - label: 'EventLog', - items: [ - { - label: 'EventLog', - view: 'eventlog', - defaultSize: { width: "1200px", height: "1200px" }, - icon: "eventlog.ico", - permissions: [ 'Administration' ] - } - ] - } - }, - { - section: 'System', - name: 'Plugins', - active: true, - menu: { - label: 'Plugins', - items: [ - { - label: 'Plugins', - view: 'plugindashboard', - defaultSize: { width: "900px", height: "800px" }, - icon: "plugins.png", - permissions: [ 'Administration' ] - } - ] - } - }, - { - section: 'System', - name: 'Info', - active: true, - menu: { - label: 'Info', - items: [ - { - label: 'Info', - view: 'serverinfo', - defaultSize: { width: "900px", height: "500px" }, - icon: "serverinfo.png", - permissions: [ 'Administration' ] - } - ] - } - }, - { - section: "Benutzer", - name: 'Einstellungen', - active: true, - menu: { - label: 'Einstellungen', - items: [ - { - label: 'Einstellungen', - view: 'usersettings', - defaultSize: { width: "460px", height: "515px" }, - icon: "app.png", - permissions: [ '*' ] - } - ] - } - }, - { - section: "Benutzer", - name: 'Hilfe', - active: true, - menu: { - label: 'Hilfe', - items: [ - { - label: 'Hilfe', - view: 'help', - icon: "help.png", - permissions: [ '*' ] - } - ] - } - } -]);