mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 22:17:38 +00:00
fix(console): simplify instance page (#7274)
* move settings, rm nav for single org * move instance pages to settings * i18n * revalidate orgs on create * Update bg.json * show custome portal link * Update console/src/app/modules/settings-list/settings.ts Co-authored-by: Livio Spring <livio.a@gmail.com> * Update console/src/app/modules/settings-list/settings.ts Co-authored-by: Livio Spring <livio.a@gmail.com> * Update console/src/app/modules/settings-list/settings.ts Co-authored-by: Livio Spring <livio.a@gmail.com> * add org page to instance settings * iam.read for org list * i18n * instance imgs, cleanup * rm unused imgs * remove unused imgs, replace default settings imgs * event image * e2e url * instance url --------- Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
}
|
||||
},
|
||||
"MENU": {
|
||||
"INSTANCE": "Instance",
|
||||
"INSTANCE": "Default settings",
|
||||
"DASHBOARD": "Home",
|
||||
"PERSONAL_INFO": "Personal Information",
|
||||
"DOCUMENTATION": "Documentation",
|
||||
@@ -1024,6 +1024,7 @@
|
||||
"DESCRIPTION": "These settings extend and overwrite your instance settings."
|
||||
},
|
||||
"LIST": {
|
||||
"ORGS": "Organizations",
|
||||
"LANGUAGES": "Languages",
|
||||
"LOGIN": "Login Behavior and Security",
|
||||
"LOCKOUT": "Lockout",
|
||||
@@ -1041,15 +1042,20 @@
|
||||
"PRIVACYPOLICY": "Privacy Policy",
|
||||
"OIDC": "OIDC Token lifetime and expiration",
|
||||
"SECRETS": "Secret Generator",
|
||||
"SECURITY": "Security settings"
|
||||
"SECURITY": "Security settings",
|
||||
"EVENTS": "Events",
|
||||
"FAILEDEVENTS": "Failed Events",
|
||||
"VIEWS": "Views"
|
||||
},
|
||||
"GROUPS": {
|
||||
"GENERAL": "General Information",
|
||||
"NOTIFICATIONS": "Notifications",
|
||||
"LOGIN": "Login and Access",
|
||||
"DOMAIN": "Domain",
|
||||
"TEXTS": "Texts and Languages",
|
||||
"APPEARANCE": "Appearance",
|
||||
"OTHER": "Other"
|
||||
"OTHER": "Other",
|
||||
"STORAGE": "Storage"
|
||||
}
|
||||
},
|
||||
"SETTING": {
|
||||
|
Reference in New Issue
Block a user