delete old startmenuItems
This commit is contained in:
@@ -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: [ '*' ]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]);
|
||||
Reference in New Issue
Block a user