Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
liwenhe1993 opened this issue Mar 13, 2020 · 0 comments · Fixed by #2161
Closed

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

liwenhe1993 opened this issue Mar 13, 2020 · 0 comments · Fixed by #2161
Labels
bug Something isn't working

Comments

@liwenhe1993
Copy link
Member

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.

@liwenhe1993 liwenhe1993 added the bug Something isn't working label Mar 13, 2020
@davidzollo davidzollo linked a pull request Mar 13, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants