feat(ui): close confirm when changes not saved
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
"common.text.copied": "Copied",
|
||||
"common.text.nodata": "No data available",
|
||||
"common.text.operation_confirm": "Operation confirm",
|
||||
"common.text.operation_succeeded": "Operation succeeded",
|
||||
"common.text.operation_failed": "Operation failed",
|
||||
"common.text.request_error": "Request error",
|
||||
|
||||
@@ -49,6 +49,6 @@
|
||||
"workflow.detail.orchestration.action.release.confirm": "Are you sure to release your changes?",
|
||||
"workflow.detail.orchestration.action.release.failed.uncompleted": "Please complete the orchestration first",
|
||||
"workflow.detail.orchestration.action.run": "Run",
|
||||
"workflow.detail.orchestration.action.run.confirm": "There are unreleased changes, are you sure to run this workflow based on the latest released version?",
|
||||
"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.runs.tab": "History runs"
|
||||
}
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
"workflow_node.action.add_branch": "Add branch",
|
||||
"workflow_node.action.delete_branch": "Delete branch",
|
||||
|
||||
"workflow_node.unsaved_changes.confirm": "You have unsaved changes. Do you really want to close the panel and drop those changes?",
|
||||
|
||||
"workflow_node.start.label": "Start",
|
||||
"workflow_node.start.form.trigger.label": "Trigger",
|
||||
"workflow_node.start.form.trigger.placeholder": "Please select trigger",
|
||||
|
||||
Reference in New Issue
Block a user