mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-15 08:57:37 +00:00
fix(console): sidenav ordering and naming, split eventstore to its own view, documentation link in header (#1021)
* reorg, headers * reorg sidenav, seperate eventstore comp, i18n * lint * lighter project count design * black default * small changes * titles * naming
This commit is contained in:
@@ -36,7 +36,9 @@
|
||||
},
|
||||
"MENU": {
|
||||
"PERSONAL_INFO": "Personal Information",
|
||||
"IAM":"Administration",
|
||||
"DOCUMENTATION":"Documentation",
|
||||
"IAMPOLICIES":"IAM",
|
||||
"IAMEVENTSTORE":"Storage",
|
||||
"ORGANIZATION": "Organisation",
|
||||
"ADMINSECTION":"ZITADEL Administration",
|
||||
"ORGSECTION":"Organisation",
|
||||
@@ -54,7 +56,8 @@
|
||||
"GRANTS":"Authorizations",
|
||||
"TOOLTIP": {
|
||||
"PERSONAL":"Show your Personal Account, your IDPs, Login methods, Factors and Authorisations",
|
||||
"IAM":"Show ZITADELs global access policies, clear views and failed events",
|
||||
"IAMPOLICIES":"Manage ZITADELs global Access policies und elect ZITADEL Managers",
|
||||
"IAMEVENTSTORE":"Clear views and failed events",
|
||||
"ORG":"Show your organisations access policies, and manage your domain names",
|
||||
"SELFPROJECTS":"Show your organisations own projects",
|
||||
"GRANTEDPROJECTS":"Show projects your organisation was granted access",
|
||||
@@ -370,9 +373,13 @@
|
||||
}
|
||||
},
|
||||
"IAM": {
|
||||
"DETAIL": {
|
||||
"TITLE":"Identity and Access Management Administration",
|
||||
"DESCRIPTION":"Manage the ZITADEL settings."
|
||||
"POLICIES": {
|
||||
"TITLE":"IAM Policies and Access Settings",
|
||||
"DESCRIPTION":"Manage your ZITADEL Policies and Management Access Settings."
|
||||
},
|
||||
"EVENTSTORE": {
|
||||
"TITLE":"IAM Storage Administration",
|
||||
"DESCRIPTION":"Manage your ZITADEL views and failed events."
|
||||
},
|
||||
"MEMBER": {
|
||||
"TITLE":"Managers",
|
||||
|
Reference in New Issue
Block a user