feat(frontend) : ERP-27 - sidebar entry + i18n keys for admin users

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Matthieu
2026-04-16 09:58:10 +02:00
parent 3fe44e4de2
commit 17a331b31d
2 changed files with 34 additions and 1 deletions

View File

@@ -38,6 +38,12 @@ return [
'icon' => 'mdi:shield-account-outline',
'module' => 'core',
],
[
'label' => 'sidebar.core.users',
'to' => '/admin/users',
'icon' => 'mdi:account-group-outline',
'module' => 'core',
],
[
'label' => 'sidebar.general.logout',
'to' => '/logout',