v.2.12
-Add new setting "Delete shift" -Move "Shift" frontend to V1 module
This commit is contained in:
@@ -37,5 +37,37 @@ item: [
|
||||
url: 'app.reports'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Терминалы',
|
||||
acl: 'terminals',
|
||||
url: 'app.terminals',
|
||||
icon: 'desktop_windows',
|
||||
order: 100
|
||||
},
|
||||
{
|
||||
name: 'Пользователи',
|
||||
acl: 'users',
|
||||
icon: 'account_box',
|
||||
order: 101,
|
||||
items: [
|
||||
{
|
||||
name: 'Управление',
|
||||
acl: 'users',
|
||||
url: 'app.users'
|
||||
},
|
||||
{
|
||||
name: 'Логи',
|
||||
acl: 'users',
|
||||
url: 'app.user_logs'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Настройки',
|
||||
acl: 'settings',
|
||||
url: 'app.settings',
|
||||
icon: 'settings',
|
||||
order: 102
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user