feat: add api key delete (#2210)

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
Manuel
2025-02-04 17:14:15 +01:00
committed by GitHub
parent c623a420ca
commit 8058b6207a
3 changed files with 55 additions and 9 deletions

View File

@@ -2584,10 +2584,17 @@
"button": {
"createApiToken": "Create API token"
},
"modal": {
"delete": {
"title": "Delete API token",
"text": "This will permanently delete the API token. API clients using this token can no longer authenticate and perform API requests. This action cannot be undone."
}
},
"table": {
"header": {
"id": "ID",
"createdBy": "Created by"
"createdBy": "Created by",
"actions": "Actions"
}
}
}