feat(ui): workflow runs deleting warning

This commit is contained in:
Fu Diwei
2025-04-05 21:23:55 +08:00
parent 6ff738144a
commit 47c4ba9dd6
3 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,8 @@
"workflow_run.action.delete": "Delete run",
"workflow_run.action.delete.confirm": "Are you sure to delete this run?",
"workflow_run.table.alert": "Attention: The workflow run contains the execution results of each node. Deleting it may trigger re-application or re-deployment of certificates due to the inability to find the previous execution result. Please do not delete unless necessary. It is recommended to keep it for at least 180 days.",
"workflow_run.props.id": "ID",
"workflow_run.props.status": "Status",
"workflow_run.props.status.pending": "Pending",