feat(nav): admin section label + role chip beside the user name
- 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.
This commit is contained in:
parent
b7c79cbe53
commit
b59208e006
4 changed files with 69 additions and 11 deletions
|
|
@ -1,5 +1,11 @@
|
|||
{
|
||||
"primary": "Fő navigáció",
|
||||
"collapse": "Oldalsáv összecsukása",
|
||||
"expand": "Oldalsáv kinyitása"
|
||||
"expand": "Oldalsáv kinyitása",
|
||||
"adminSection": "Admin",
|
||||
"role": {
|
||||
"admin": "Admin",
|
||||
"user": "Felhasználó",
|
||||
"demo": "Demó"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue