Skip to content

[BUG] Toolbar of the DAG has not prompt  #2160

@liwenhe1993

Description

@liwenhe1993

Toolbar of the DAG has not prompt for task type.

This mainly reason is as follows:

// dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/config.js, line 242
let tasksType = {
  'SHELL': {
    desc: 'SHELL',
    color: '#646464'
  },
  ...
}

// dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue, line 28
// <div data-toggle="tooltip" :title="item.description">
<div data-toggle="tooltip" :title="item.desc">

So, I will implete it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions