This commit is contained in:
F4ilji
2026-04-08 14:14:38 +05:00
parent bd28fc60d7
commit 169a2f5654
35 changed files with 2679 additions and 17 deletions
@@ -121,4 +121,11 @@ export const menuItems = [
{ label: 'Все пользователи', route: 'dashboard.users.index' },
],
},
{
key: 'vikon-updates',
label: 'Обновления VIKON',
icon: 'arrow-path',
route: 'dashboard.vikon-updates.index',
activePrefixes: ['dashboard.vikon-updates'],
},
];