SM2Gen/json5/Userpanels.json5

36 lines
1.2 KiB
Plaintext

{
PackageName: 'Userpanels',
prefix: 'usp',
MenuHeading: 'System',
MenuDescription: 'User panel access ',
MenuNavigation: '2000 400',
firstPanel: 'USERTABLE',
signalEvent: 'smeserver-userpanels-update',
html: [ {
Name: 'usertable',
route: 'USERTABLE',
Header: 'Allocate panels to a user',
SubHeader: 'Choose a user',
Paragraph1: 'You can modify individual users access to the server-manager panels below by clicking on the link next the account. You can assign panels to the members of a group with their link. Users or Groups in red have some form of extra access. You can globally assign a panel by editing the global account',
Table1: {
Type:'Table',
TableControl:"users",
TopHeadings: ['Account','Name/Description','Modify'],
Columns: ['Account','Description','Modify']
}
},
{
Name: 'paneltable',
route:'PANELTABLE',
Header: 'Allocate panels to a user',
SubHeader: 'Select panels for user',
Table2: {
Type:'Table',
TableControl:"panels",
TopHeadings: ['Panel','Description','Select'],
Columns: ['Panel','Description','Select']
},
Submit: 'Save',
}
]
}