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

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new dd2c50a  Toolbar of the DAG has not prompt (#2161)
dd2c50a is described below

commit dd2c50a10d13811f7eb71a3c1bb9d5ab712f8dcd
Author: liwenhe1993 <[email protected]>
AuthorDate: Fri Mar 13 23:38:38 2020 +0800

    Toolbar of the DAG has not prompt (#2161)
    
    * Toolbar of the DAG has not prompt
    
    * Remove duplication code
---
 dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue | 2 +-
 dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js         | 1 -
 dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js         | 1 -
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue 
b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue
index 7d6f95d..a1ccd39 100755
--- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue
@@ -25,7 +25,7 @@
              :key="v"
              v-for="(item,v) in tasksTypeList"
              @mousedown="_getDagId(v)">
-          <div data-toggle="tooltip" :title="item.description">
+          <div data-toggle="tooltip" :title="item.desc">
             <div class="icos" :class="'icos-' + v" ></div>
           </div>
         </div>
diff --git a/dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js 
b/dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js
index 4507250..64ab298 100755
--- a/dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js
+++ b/dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js
@@ -567,7 +567,6 @@ export default {
   'Data Target': 'Data Target',
   'All Columns': 'All Columns',
   'Some Columns': 'Some Columns',
-  'Modify User': 'Modify User',
   'Branch flow': 'Branch flow',
   'Cannot select the same node for successful branch flow and failed branch 
flow': 'Cannot select the same node for successful branch flow and failed 
branch flow'
 }
diff --git a/dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js 
b/dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js
index 132b4d8..3363eea 100755
--- a/dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js
+++ b/dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js
@@ -567,7 +567,6 @@ export default {
   'Data Target': '数据目的',
   'All Columns': '全表导入',
   'Some Columns': '选择列',
-  'Modify User': '修改用户',
   'Branch flow': '分支流转',
   'Cannot select the same node for successful branch flow and failed branch 
flow': '成功分支流转和失败分支流转不能选择同一个节点'
 }

Reply via email to