Skip to content

Commit

Permalink
[Fix-16770] [Workflow State Statistics] Fix workflow state statistics…
Browse files Browse the repository at this point in the history
… status shows error (apache#16771)
  • Loading branch information
sdhzwc authored Nov 6, 2024
1 parent 8df912a commit 16103e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dolphinscheduler-ui/src/locales/en_US/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ export default {
dispatch: 'DISPATCH',
ready_block: 'READY_BLOCK',
block: 'BLOCK',
wait_to_run: 'WAIT_TO_RUN'
wait_to_run: 'WAIT_TO_RUN',
failover: 'FAILOVER'
}
3 changes: 2 additions & 1 deletion dolphinscheduler-ui/src/locales/zh_CN/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ export default {
dispatch: '派发',
ready_block: '准备阻断',
block: '阻断',
wait_to_run: '等待执行'
wait_to_run: '等待执行',
failover: '恢复容错'
}

0 comments on commit 16103e9

Please sign in to comment.