feat(ui): add prompt message during workflow running

This commit is contained in:
Fu Diwei
2025-01-11 16:51:21 +08:00
parent 598d0705fb
commit d9f38c38a6
3 changed files with 3 additions and 1 deletions

View File

@@ -50,5 +50,6 @@
"workflow.detail.orchestration.action.release.failed.uncompleted": "Please complete the orchestration first",
"workflow.detail.orchestration.action.run": "Run",
"workflow.detail.orchestration.action.run.confirm": "You have unreleased changes. Do you really want to run this workflow based on the latest released version?",
"workflow.detail.orchestration.action.run.prompt": "Running... Please check the history later",
"workflow.detail.runs.tab": "History runs"
}