feat(ui): new WorkflowDetail using antd
This commit is contained in:
@@ -9,31 +9,31 @@
|
||||
"workflow.action.delete.confirm": "Are you sure to delete this workflow?",
|
||||
|
||||
"workflow.props.name": "Name",
|
||||
"workflow.props.name.placeholder": "Please enter name",
|
||||
"workflow.props.name.default": "Unnamed",
|
||||
"workflow.props.description": "Description",
|
||||
"workflow.props.description.placeholder": "Please enter description",
|
||||
"workflow.props.trigger": "Trigger",
|
||||
"workflow.props.trigger.auto": "Auto",
|
||||
"workflow.props.trigger.manual": "Manual",
|
||||
"workflow.props.latest_execution_status": "Latest Execution Status",
|
||||
"workflow.props.state": "State",
|
||||
"workflow.props.state.filter.enabled": "Enabled",
|
||||
"workflow.props.state.filter.disabled": "Disabled",
|
||||
"workflow.props.created_at": "Created At",
|
||||
"workflow.props.updated_at": "Updated At",
|
||||
|
||||
"workflow.detail.title": "Workflow",
|
||||
"workflow.detail.history": "History",
|
||||
"workflow.baseinfo.modal.title": "Workflow Base Information",
|
||||
"workflow.baseinfo.form.name.label": "Name",
|
||||
"workflow.baseinfo.form.name.placeholder": "Please enter name",
|
||||
"workflow.baseinfo.form.description.label": "Description",
|
||||
"workflow.baseinfo.form.description.placeholder": "Please enter description",
|
||||
|
||||
"workflow.detail.action.save": "Save updates",
|
||||
"workflow.detail.action.save.failed": "Save failed",
|
||||
"workflow.detail.action.save.failed.uncompleted": "Save failed, please complete all node settings",
|
||||
"workflow.detail.action.save.failed.uncompleted": "Please complete all node settings",
|
||||
"workflow.detail.action.run": "Run",
|
||||
"workflow.detail.action.run.failed": "Run failed",
|
||||
"workflow.detail.action.run.success": "Run success",
|
||||
"workflow.detail.action.running": "Running",
|
||||
|
||||
"workflow.baseinfo.title": "Basic Information",
|
||||
|
||||
"workflow.history.page.title": "Logs",
|
||||
"workflow.history.props.state": "State",
|
||||
"workflow.history.props.state.success": "Success",
|
||||
|
||||
Reference in New Issue
Block a user