fix(webui): simplify automation details

This commit is contained in:
chengyongru
2026-06-15 22:52:26 +08:00
parent 3aa90e539c
commit 87aaf8991a
12 changed files with 11 additions and 433 deletions
-17
View File
@@ -576,20 +576,6 @@
"never": "Never",
"unknown": "unknown"
},
"history": {
"ok": "Healthy",
"error": "Error",
"skipped": "Skipped",
"health": "Recent health",
"timeline": "Run history",
"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",
"showLess": "Show less"
@@ -626,9 +612,6 @@
"cronRequired": "Cron expression is required.",
"timeRequired": "Run time is required.",
"futureRequired": "Run time must be in the future."
},
"duration": {
"lessThanSecond": "< 1 second"
}
},
"oauth": {