feat(admin): improve admin panel

normalise admin > users, sessions, drives
This commit is contained in:
Edouard Vanbelle
2026-08-09 05:57:20 +02:00
parent 10d831b204
commit 62475193ff
4 changed files with 229 additions and 147 deletions
+2 -2
View File
@@ -95,7 +95,7 @@
{
href: '/admin/drives',
label: t('admin.drives', 'Drives'),
icon: 'folder',
icon: 'hdd',
section: 'admin-drives'
},
{
@@ -107,7 +107,7 @@
{
href: '/admin/oidc',
label: t('admin.oidc', 'OIDC / SSO'),
icon: 'key',
icon: 'building-shield',
section: 'admin-oidc'
},
{