Create delete run confirm dialog

This commit is contained in:
Takeshi Kimata
2024-05-26 21:17:41 +09:00
parent ff2d3a88e5
commit 1bab870239
8 changed files with 113 additions and 68 deletions

View File

@@ -207,7 +207,10 @@
"actions": "Actions",
"new_run": "New Run",
"delete_run": "Delete Run",
"no_runs_found": "No runs found"
"no_runs_found": "No runs found",
"close": "Close",
"are_you_sure": "Are you sure you want to delete the run?",
"delete": "Delete"
},
"Run": {
"back_to_runs": "Back to test runs",