feat: support removing workflow runs

This commit is contained in:
Fu Diwei
2025-01-21 23:11:48 +08:00
parent c61b2d2d3f
commit 8dc86209df
6 changed files with 82 additions and 48 deletions

View File

@@ -1,4 +1,8 @@
{
"workflow_run.action.view": "View detail",
"workflow_run.action.delete": "Delete history run",
"workflow_run.action.delete.confirm": "Are you sure to delete this history run?",
"workflow_run.props.id": "ID",
"workflow_run.props.status": "Status",
"workflow_run.props.status.pending": "Pending",