liwenhe1993 opened a new issue #2160: [BUG] Toolbar of the DAG has not prompt 
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2160
 
 
   Toolbar of the DAG has not prompt for task type.
   
   This mainly reason is as follows:
   ```javascript
   // 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.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to