[Fix-16629][UI][Workflow Instance] fix status display error

This commit is contained in:
小可耐 2024-09-19 22:29:34 +08:00 committed by GitHub
parent af03736c2a
commit f697665854
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View File

@ -395,7 +395,7 @@ export const workflowExecutionState = (
},
WAIT_TO_RUN: {
id: 18,
desc: `${t('project.overview.wait_to_run')}`,
desc: `${t('project.workflow.wait_to_run')}`,
color: '#5102ce',
icon: HourglassOutlined,
isSpin: false,

View File

@ -233,6 +233,7 @@ export default {
'There is not any workflows. Please create a workflow, and then visit this page again.',
ready_to_block: 'Ready to block',
block: 'Block',
wait_to_run: 'Wait to run',
want_to_set_timing: 'Would you like to set the workflow timing?',
confirm_to_online: 'Confirm to make the workflow online?',
confirm_to_offline: 'Confirm to make the workflow offline?',

View File

@ -231,6 +231,7 @@ export default {
'目前没有任何工作流,请先创建工作流,再访问该页面',
ready_to_block: '准备锁定',
block: '锁定',
wait_to_run: '等待执行',
want_to_set_timing: '现在想去配置该工作流定时?',
confirm_to_online: '是否确定上线该工作流?',
confirm_to_offline: '是否确定下线该工作流?',