- A clearer 'Admin' section header (thicker centred rule when collapsed) above the admin-only modules (Scheduler/Configuration/Users), replacing the faint hairline. - A small role chip (admin/user/demo) next to the account name — an avatar-corner dot when the rail is collapsed.
11 lines
224 B
JSON
11 lines
224 B
JSON
{
|
|
"primary": "Hauptnavigation",
|
|
"collapse": "Seitenleiste einklappen",
|
|
"expand": "Seitenleiste ausklappen",
|
|
"adminSection": "Admin",
|
|
"role": {
|
|
"admin": "Admin",
|
|
"user": "Benutzer",
|
|
"demo": "Demo"
|
|
}
|
|
}
|