v2.5
Update RestoreShift frontend
This commit is contained in:
@@ -12,5 +12,30 @@ item: [
|
||||
url: 'app.orders',
|
||||
icon: 'dashboard',
|
||||
order: 0
|
||||
},
|
||||
{
|
||||
name: 'Гости',
|
||||
acl: 'clients',
|
||||
url: 'app.clients',
|
||||
icon: 'group',
|
||||
order: 40
|
||||
},
|
||||
{
|
||||
name: 'Реализация',
|
||||
acl: 'shifts,report',
|
||||
icon: 'library_books',
|
||||
order: 30,
|
||||
items: [
|
||||
{
|
||||
name: 'Смены',
|
||||
acl: 'shifts',
|
||||
url: 'app.shifts'
|
||||
},
|
||||
{
|
||||
name: 'Отчеты',
|
||||
acl: 'reports',
|
||||
url: 'app.reports'
|
||||
}
|
||||
]
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user