mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 13:01:38 +00:00
feat(console): show and clear admin views, fix iam member (#334)
* gen auth, get my user changes * iam view * use table for admin views * fix pagination for views * fix themeing transition * transition * lint
This commit is contained in:
@@ -193,6 +193,15 @@
|
||||
},
|
||||
"MEMBER": {
|
||||
"TITLE":"IAM Members"
|
||||
},
|
||||
"VIEWS": {
|
||||
"TITLE":"Views und Events",
|
||||
"DESCRIPTION":"Diese Ansicht zeigt Ihre Zitadel Views, Sie können Sie zurücksetzen und fehlgeschlagene Events entfernen.",
|
||||
"VIEWNAME":"Name",
|
||||
"DATABASE":"Datenbank",
|
||||
"SEQUENCE":"SEQUENZ",
|
||||
"ACTIONS":"Aktionen",
|
||||
"CLEAR":"Aufräumen"
|
||||
}
|
||||
},
|
||||
"ORG": {
|
||||
|
@@ -194,6 +194,15 @@
|
||||
"MEMBER": {
|
||||
"TITLE":"Managers",
|
||||
"DESCRIPTION":"Managers can add and edit organizations and make changes to their corresponding projects and apps"
|
||||
},
|
||||
"VIEWS": {
|
||||
"TITLE":"Views and Events",
|
||||
"DESCRIPTION":"This Card shows your Zitadel Views, you can clear them and remove failed events.",
|
||||
"VIEWNAME":"Name",
|
||||
"DATABASE":"Database",
|
||||
"SEQUENCE":"Sequence",
|
||||
"ACTIONS":"Actions",
|
||||
"CLEAR":"Clear"
|
||||
}
|
||||
},
|
||||
"ORG": {
|
||||
|
Reference in New Issue
Block a user