-
{{'IAM.DETAIL.TITLE' | translate}}
-
{{'IAM.DETAIL.DESCRIPTION' | translate}}
+
{{'IAM.POLICIES.TITLE' | translate}}
+
{{'IAM.POLICIES.DESCRIPTION' | translate}}
-
-
-
-
-
-
-
-
diff --git a/console/src/app/pages/iam/iam.module.ts b/console/src/app/pages/iam/iam.module.ts
index da36250a9e..adf2fc5542 100644
--- a/console/src/app/pages/iam/iam.module.ts
+++ b/console/src/app/pages/iam/iam.module.ts
@@ -26,13 +26,14 @@ import { HasRolePipeModule } from 'src/app/pipes/has-role-pipe/has-role-pipe.mod
import { LocalizedDatePipeModule } from 'src/app/pipes/localized-date-pipe/localized-date-pipe.module';
import { TimestampToDatePipeModule } from 'src/app/pipes/timestamp-to-date-pipe/timestamp-to-date-pipe.module';
+import { EventstoreComponent } from './eventstore/eventstore.component';
import { FailedEventsComponent } from './failed-events/failed-events.component';
import { IamRoutingModule } from './iam-routing.module';
import { IamViewsComponent } from './iam-views/iam-views.component';
import { IamComponent } from './iam.component';
@NgModule({
- declarations: [IamComponent, IamViewsComponent, FailedEventsComponent],
+ declarations: [IamComponent, EventstoreComponent, IamViewsComponent, FailedEventsComponent],
imports: [
CommonModule,
IamRoutingModule,
diff --git a/console/src/assets/i18n/de.json b/console/src/assets/i18n/de.json
index b9b787d416..be36063fb6 100644
--- a/console/src/assets/i18n/de.json
+++ b/console/src/assets/i18n/de.json
@@ -36,7 +36,9 @@
},
"MENU": {
"PERSONAL_INFO": "Persönliche Informationen",
- "IAM":"Administration",
+ "DOCUMENTATION":"Dokumentation",
+ "IAMPOLICIES":"IAM",
+ "IAMEVENTSTORE":"Speicher",
"ORGANIZATION": "Organisation",
"ADMINSECTION":"ZITADEL Administration",
"ORGSECTION":"Organisation",
@@ -54,7 +56,8 @@
"GRANTS":"Berechtigungen",
"TOOLTIP": {
"PERSONAL":"Verwalte deinen persönlichen Account, deine IDPs, Login Methoden, Faktoren und Berechtigungen",
- "IAM":"Verwalte ZITADELs globale Zugangsrichtlinien, bereinige views und fehlerhafte events",
+ "IAMPOLICIES":"Verwalte ZITADELs globale Zugangsrichtlinien und verwalte ZITADEL Manager",
+ "IAMEVENTSTORE":"Bereinige views und fehlerhafte Events",
"ORG":"Verwalte die Zugangsrichtlinien und Domains deiner Organisation ",
"SELFPROJECTS":"Verwalte die Projekte deiner Organisation",
"GRANTEDPROJECTS":"Verwalte die berechtigten Projekte von anderen Organisationen",
@@ -370,9 +373,13 @@
}
},
"IAM": {
- "DETAIL": {
- "TITLE":"Administration Identity- und Access-Management Administration",
- "DESCRIPTION":"Verwalte die Einstellungen von ZITADEL."
+ "POLICIES": {
+ "TITLE":"IAM Administration",
+ "DESCRIPTION":"Verwalte Richtlinen und Zugangseinstellungen von ZITADEL."
+ },
+ "EVENTSTORE": {
+ "TITLE":"IAM Speicher Administration",
+ "DESCRIPTION":"Verwalte Speicher Einstellungen von ZITADEL."
},
"MEMBER": {
"TITLE":"Manager",
diff --git a/console/src/assets/i18n/en.json b/console/src/assets/i18n/en.json
index 4a3239bc1e..1c2446e98e 100644
--- a/console/src/assets/i18n/en.json
+++ b/console/src/assets/i18n/en.json
@@ -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",
diff --git a/console/src/styles.scss b/console/src/styles.scss
index 6103a34bef..3eaff83014 100644
--- a/console/src/styles.scss
+++ b/console/src/styles.scss
@@ -274,7 +274,7 @@ h2 {
.max-width-container {
max-width: 1350px;
padding: 0 1.5rem;
- padding-top: 4rem;
+ padding-top: 2rem;
padding-left: 4rem;
@media only screen and (min-width: 1024px) {
@@ -293,7 +293,7 @@ h2 {
.enlarged-container {
padding: 0 1.5rem;
- padding-top: 4rem;
+ padding-top: 2rem;
padding-left: 4rem;
@media only screen and (max-width: 500px) {
diff --git a/console/src/styles/sidenav-list.scss b/console/src/styles/sidenav-list.scss
index e08e318e53..baf779d774 100644
--- a/console/src/styles/sidenav-list.scss
+++ b/console/src/styles/sidenav-list.scss
@@ -32,10 +32,8 @@
.c_label {
.count {
- background-color: $primary-color;
padding: 3px 6px;
border-radius: 50vw;
- color: white;
}
}
}