feat(jobs): add admin call to purge jubs result
This commit is contained in:
@@ -1241,6 +1241,13 @@
|
||||
"n_findings": "{{n}} findings",
|
||||
"n_notices": "{{n}} notices",
|
||||
"notices_present_tooltip": "Informational findings — no action required. Expand for detail.",
|
||||
"purge": "Purge old runs",
|
||||
"purge_hint": "Delete completed and failed run history older than the chosen retention window. Findings drop with their parent runs. Non-terminal runs are always preserved.",
|
||||
"purge_title": "Purge old job history",
|
||||
"purge_body": "Delete completed and failed run history older than the chosen number of days. Findings drop with their parent runs. Non-terminal runs (running, paused, cancel-requested) are always preserved.",
|
||||
"purge_days_label": "Retention (days)",
|
||||
"purge_confirm": "Purge",
|
||||
"purge_done": "{{n}} old run(s) purged (retention {{days}} days)",
|
||||
"state_running": "running",
|
||||
"never": "never",
|
||||
"just_now": "just now",
|
||||
|
||||
Reference in New Issue
Block a user