feat(frontend) : ERP-26 - sidebar entry + i18n keys for admin roles

This commit is contained in:
Matthieu
2026-04-16 09:08:51 +02:00
parent c1a620f593
commit 9117bc0a6c
2 changed files with 45 additions and 0 deletions

View File

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