You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by so...@apache.org on 2022/02/23 07:49:57 UTC

[dolphinscheduler] branch dev updated (60ddede -> 22d63b8)

This is an automated email from the ASF dual-hosted git repository.

songjian pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.


    from 60ddede  fixbug: varPool value is error (#7724)
     add 22d63b8  [Feature][UI Next] Add workflow instance startup params

No new revisions were added by this update.

Summary of changes:
 .../src/locales/modules/en_US.ts                   |   4 +-
 .../src/locales/modules/zh_CN.ts                   |   4 +-
 dolphinscheduler-ui-next/src/utils/common.ts       |  19 +++
 .../workflow/components/dag/dag-startup-param.tsx  | 173 +++++++++++++++++++++
 .../workflow/components/dag/dag-toolbar.tsx        |  64 +++++++-
 .../projects/workflow/components/dag/index.tsx     |   5 +
 .../workflow/components/dag/startup.module.scss    |  29 ++--
 .../projects/workflow/components/dag/types.ts      |  10 ++
 .../projects/workflow/instance/detail/index.tsx    |   3 +
 9 files changed, 296 insertions(+), 15 deletions(-)
 create mode 100644 dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-startup-param.tsx
 copy dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/canvas/nodeStatus.scss => dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/startup.module.scss (73%)