mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-23 17:28:20 +00:00
feat: failed events (#582)
This commit is contained in:
@@ -239,14 +239,27 @@
|
||||
"DESCRIPTION":"Managers can add and edit organisations 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.",
|
||||
"TITLE":"Views",
|
||||
"DESCRIPTION":"This Card shows your Zitadel Views.",
|
||||
"VIEWNAME":"Name",
|
||||
"DATABASE":"Database",
|
||||
"SEQUENCE":"Sequence",
|
||||
"TIMESTAMP":"Timestamp",
|
||||
"ACTIONS":"Actions",
|
||||
"CLEAR":"Clear"
|
||||
},
|
||||
"FAILEDEVENTS": {
|
||||
"TITLE":"Failed Events",
|
||||
"DESCRIPTION":"This Card shows your failed Events.",
|
||||
"VIEWNAME":"Name",
|
||||
"DATABASE":"Database",
|
||||
"FAILEDSEQUENCE":"Failed Sequence",
|
||||
"FAILURECOUNT":"Failure Count",
|
||||
"ERRORMESSAGE":"Error message",
|
||||
"ACTIONS":"Actions",
|
||||
"DELETE":"Remove",
|
||||
"DELETESUCCESS":"Failed Events removed!"
|
||||
},
|
||||
"TOAST":{
|
||||
"MEMBERREMOVED":"Manager removed!",
|
||||
"MEMBERSADDED": "Managers added!",
|
||||
|
Reference in New Issue
Block a user