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:
Max Peintner
2020-07-02 17:16:47 +02:00
committed by GitHub
parent 5b17b2641a
commit c8e2db3287
30 changed files with 1293 additions and 49 deletions

View File

@@ -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": {

View File

@@ -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": {