feat(ui): new WorkflowNotifyNodeForm using antd
This commit is contained in:
@@ -40,6 +40,13 @@
|
||||
"workflow.nodes.start.form.trigger_cron.tooltip": "Time zone is based on the server.",
|
||||
"workflow.nodes.start.form.trigger_cron.extra": "Expected execution time for the last 5 times:",
|
||||
"workflow.nodes.start.form.trigger_cron_alert.content": "Tips: If you have multiple workflows, it is recommended to set them to run at multiple times of the day instead of always running at specific times.<br><br>Reference links:<br>1. <a href=\"https://letsencrypt.org/docs/rate-limits/\" target=\"_blank\">Let’s Encrypt rate limits</a><br>2. <a href=\"https://letsencrypt.org/docs/faq/#why-should-my-let-s-encrypt-acme-client-run-at-a-random-time\" target=\"_blank\">Why should my Let’s Encrypt (ACME) client run at a random time?</a>",
|
||||
"workflow.nodes.notify.form.subject.label": "Subject",
|
||||
"workflow.nodes.notify.form.subject.placeholder": "Please enter subject",
|
||||
"workflow.nodes.notify.form.message.label": "Message",
|
||||
"workflow.nodes.notify.form.message.placeholder": "Please enter message",
|
||||
"workflow.nodes.notify.form.channel.label": "Channel",
|
||||
"workflow.nodes.notify.form.channel.placeholder": "Please select channel",
|
||||
"workflow.nodes.notify.form.channel.button": "Configure",
|
||||
|
||||
"workflow_run.props.id": "ID",
|
||||
"workflow_run.props.status": "Status",
|
||||
@@ -70,13 +77,5 @@
|
||||
"workflow.node.setting.label": "Setting Node",
|
||||
"workflow.node.delete.label": "Delete Node",
|
||||
"workflow.node.addBranch.label": "Add Branch",
|
||||
"workflow.node.selectNodeType.label": "Select Node Type",
|
||||
|
||||
"workflow.node.notify.form.title.label": "Title",
|
||||
"workflow.node.notify.form.title.placeholder": "Please enter title",
|
||||
"workflow.node.notify.form.content.label": "Content",
|
||||
"workflow.node.notify.form.content.placeholder": "Please enter content",
|
||||
"workflow.node.notify.form.channel.label": "Channel",
|
||||
"workflow.node.notify.form.channel.placeholder": "Please select channel",
|
||||
"workflow.node.notify.form.settingChannel.label": "Configure Channels"
|
||||
"workflow.node.selectNodeType.label": "Select Node Type"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user