mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-15 19:57:07 +08:00
feat: show today's failed tasks from dashboard
Add a failure list with task names, commands, accumulated failure counts and latest log links. Keep recovered and deleted tasks visible in today's statistics. Fixes #3065
This commit is contained in:
@@ -657,5 +657,9 @@
|
||||
"已完成": "已完成",
|
||||
"已停止": "已停止",
|
||||
"退出码": "退出码",
|
||||
"结束": "结束"
|
||||
"结束": "结束",
|
||||
"失败次数": "失败次数",
|
||||
"最新日志": "最新日志",
|
||||
"加载失败": "加载失败",
|
||||
"重试": "重试"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user