fix(console): move org domains into settings page of the organization (#6612)

* fix: hide domains settings for unauthorized users

* refine sidenav object mapping

* move domains to settings

* change docs

* set anchor to list element

* remove canwrite check in ngif

---------

Co-authored-by: Miguel A. C <doncicuto@gmail.com>
This commit is contained in:
Max Peintner
2023-09-29 09:31:35 +02:00
committed by GitHub
parent eb31c2a3be
commit d01f4d229f
42 changed files with 161 additions and 202 deletions

View File

@@ -95,7 +95,6 @@
"EVENTS": "Events",
"FAILEDEVENTS": "Failed Events",
"ORGANIZATION": "Organization",
"DOMAINS": "Domains",
"PROJECT": "Projects",
"PROJECTOVERVIEW": "Overview",
"PROJECTGRANTS": "Grants",
@@ -954,7 +953,7 @@
},
"DOMAINS": {
"NEW": "Add Domain",
"TITLE": "Domains",
"TITLE": "Verified domains",
"DESCRIPTION": "Configure your organization domains. This domain can be used for domain discovery and username suffixing.",
"SETPRIMARY": "Set as Primary",
"DELETE": {
@@ -1024,6 +1023,7 @@
"NOTIFICATIONS_DESC": "SMTP and SMS Settings",
"MESSAGETEXTS": "Message Texts",
"IDP": "Identity Providers",
"VERIFIED_DOMAINS": "Verified domains",
"DOMAIN": "Domain settings",
"LOGINTEXTS": "Login Interface Texts",
"BRANDING": "Branding",