fix(webui): make automation history diagnostic

This commit is contained in:
chengyongru
2026-06-15 21:54:09 +08:00
parent acf408ced2
commit 3aa90e539c
12 changed files with 189 additions and 76 deletions
+9 -3
View File
@@ -577,12 +577,18 @@
"unknown": "unknown"
},
"history": {
"ok": "Completed",
"ok": "Healthy",
"error": "Error",
"skipped": "Skipped",
"recent": "Last result",
"health": "Recent health",
"timeline": "Run history",
"statusWithDuration": "{{status}} · {{duration}}"
"summary": "Runs: {{total}} · Issues: {{issues}}",
"issueCount": "Issues: {{count}}",
"noRecentIssues": "No recent issues",
"lastRan": "Last ran {{time}}",
"lastRanWithDuration": "Last ran {{time}} · {{duration}}",
"runMetaWithDuration": "{{time}} · {{duration}}",
"noError": "No error recorded"
},
"message": {
"showMore": "Show full message",