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/04/28 11:03:45 UTC

[dolphinscheduler] branch dev updated: [Feature][UI Next][V1.0.0-Beta] Rename SeaTunnel. (#9839)

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 9a568769eb [Feature][UI Next][V1.0.0-Beta] Rename SeaTunnel. (#9839)
9a568769eb is described below

commit 9a568769ebd4135349bfa4ac3a2989ccc55bb74b
Author: songjianet <17...@qq.com>
AuthorDate: Thu Apr 28 19:03:40 2022 +0800

    [Feature][UI Next][V1.0.0-Beta] Rename SeaTunnel. (#9839)
---
 dolphinscheduler-ui-next/src/views/projects/task/constants/task-type.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dolphinscheduler-ui-next/src/views/projects/task/constants/task-type.ts b/dolphinscheduler-ui-next/src/views/projects/task/constants/task-type.ts
index aa14db5532..381b11aaad 100644
--- a/dolphinscheduler-ui-next/src/views/projects/task/constants/task-type.ts
+++ b/dolphinscheduler-ui-next/src/views/projects/task/constants/task-type.ts
@@ -88,7 +88,7 @@ export const TASK_TYPES_MAP = {
     alias: 'SWITCH'
   },
   SEATUNNEL: {
-    alias: 'WATERDROP',
+    alias: 'SeaTunnel',
     helperLinkDisable: true
   },
   EMR: {