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:
whyour
2026-09-05 17:03:31 +08:00
parent 5f6049d80a
commit be2580d0e8
6 changed files with 303 additions and 3 deletions
+5 -1
View File
@@ -657,5 +657,9 @@
"已完成": "已完成",
"已停止": "已停止",
"退出码": "退出码",
"结束": "结束"
"结束": "结束",
"失败次数": "失败次数",
"最新日志": "最新日志",
"加载失败": "加载失败",
"重试": "重试"
}