Update Sidebar.tsx
This commit is contained in:
parent
f510d09236
commit
2f318b0a25
@ -46,7 +46,7 @@ const menuItems: MenuItem[] = [
|
|||||||
{ name: 'Справка', path: '/help', iconKey: 'help' },
|
{ name: 'Справка', path: '/help', iconKey: 'help' },
|
||||||
{ name: 'Настройки', path: '/settings', iconKey: 'settings' },
|
{ name: 'Настройки', path: '/settings', iconKey: 'settings' },
|
||||||
{ name: 'ФГИС РЭВС', path: '/fgis-revs', iconKey: 'fgis-revs', roles: ['admin'] },
|
{ name: 'ФГИС РЭВС', path: '/fgis-revs', iconKey: 'fgis-revs', roles: ['admin'] },
|
||||||
{ name: 'Панель ФАВТ', path: '/regulator', iconKey: 'regulator', roles: ['admin', 'favt_inspector'] },
|
{ name: 'Регулятор (Минтранс, ФАВТ, Ространснадзор)', path: '/regulator', iconKey: 'regulator', roles: ['admin', 'favt_inspector'] },
|
||||||
];
|
];
|
||||||
|
|
||||||
export default function Sidebar() {
|
export default function Sidebar() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user