mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
feat(admin): add detailed send log viewer with extended fields
This commit is contained in:
parent
3a6a2cbbc5
commit
dcbe93be91
14 changed files with 460 additions and 42 deletions
|
|
@ -98,6 +98,26 @@ const en: Dict = {
|
|||
"logs.empty": "No send records yet — trigger a webhook to see results.",
|
||||
"logs.repo": "REPO",
|
||||
"logs.target": "TARGET",
|
||||
"logs.detailTitle": "Send Detail",
|
||||
"logs.detailMissing": "Could not load this entry.",
|
||||
"logs.id": "ID",
|
||||
"logs.time": "Time",
|
||||
"logs.route": "Route",
|
||||
"logs.event": "Event",
|
||||
"logs.action": "Action",
|
||||
"logs.actor": "Actor",
|
||||
"logs.deliveryId": "Delivery ID",
|
||||
"logs.platform": "Platform",
|
||||
"logs.status": "HTTP Status",
|
||||
"logs.messageId": "Message ID",
|
||||
"logs.errorCode": "Error Code",
|
||||
"logs.duration": "Duration",
|
||||
"logs.attempts": "Attempts",
|
||||
"logs.ok": "Result",
|
||||
"logs.yes": "OK",
|
||||
"logs.no": "Failed",
|
||||
"logs.error": "Error",
|
||||
"logs.detail": "Extra Info",
|
||||
"toast.routesSaved": "Routes saved",
|
||||
"toast.routeDeleted": "Route deleted",
|
||||
"toast.groupSaved": "Groups saved",
|
||||
|
|
@ -205,6 +225,26 @@ const zh: Dict = {
|
|||
"logs.empty": "还没有发送记录 —— 触发一次 webhook 即可查看结果。",
|
||||
"logs.repo": "仓库",
|
||||
"logs.target": "目标",
|
||||
"logs.detailTitle": "发送详情",
|
||||
"logs.detailMissing": "无法加载该条记录。",
|
||||
"logs.id": "ID",
|
||||
"logs.time": "时间",
|
||||
"logs.route": "路由",
|
||||
"logs.event": "事件",
|
||||
"logs.action": "动作",
|
||||
"logs.actor": "操作者",
|
||||
"logs.deliveryId": "Delivery ID",
|
||||
"logs.platform": "平台",
|
||||
"logs.status": "HTTP 状态码",
|
||||
"logs.messageId": "消息 ID",
|
||||
"logs.errorCode": "错误码",
|
||||
"logs.duration": "耗时",
|
||||
"logs.attempts": "尝试次数",
|
||||
"logs.ok": "结果",
|
||||
"logs.yes": "成功",
|
||||
"logs.no": "失败",
|
||||
"logs.error": "错误信息",
|
||||
"logs.detail": "附加信息",
|
||||
"toast.routesSaved": "路由已保存",
|
||||
"toast.routeDeleted": "路由已删除",
|
||||
"toast.groupSaved": "分组已保存",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue