You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ch...@apache.org on 2020/09/17 06:07:32 UTC

[incubator-dolphinscheduler] branch 1.3.3-release updated: [fixbug][ui]Remove non-existent or deleted resources disabled

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

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


The following commit(s) were added to refs/heads/1.3.3-release by this push:
     new ab3fc13  [fixbug][ui]Remove non-existent or deleted resources disabled
     new f2a7958  Merge pull request #3761 from break60/1.3.3-release
ab3fc13 is described below

commit ab3fc13e27510d101c11517cc57009ecc1c4344c
Author: break60 <79...@qq.com>
AuthorDate: Thu Sep 17 11:56:27 2020 +0800

    [fixbug][ui]Remove non-existent or deleted resources disabled
---
 .../src/js/conf/home/pages/dag/_source/formModel/tasks/flink.vue        | 1 -
 .../src/js/conf/home/pages/dag/_source/formModel/tasks/mr.vue           | 2 --
 .../src/js/conf/home/pages/dag/_source/formModel/tasks/python.vue       | 1 -
 .../src/js/conf/home/pages/dag/_source/formModel/tasks/shell.vue        | 1 -
 .../src/js/conf/home/pages/dag/_source/formModel/tasks/spark.vue        | 1 -
 5 files changed, 6 deletions(-)

diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/flink.vue b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/flink.vue
index a8ebadb..dca5ade 100644
--- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/flink.vue
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/flink.vue
@@ -404,7 +404,6 @@
             id: -1,
             name: $t('No resources exist'),
             fullName: '/'+$t('No resources exist'),
-            isDisabled: true,
             children: []
           }]
           if(optionsCmp.length>0) {
diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/mr.vue b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/mr.vue
index c883992..f9e67a8 100644
--- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/mr.vue
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/mr.vue
@@ -243,8 +243,6 @@
           let noResources = [{
             id: -1,
             name: $t('No resources exist'),
-            fullName: '/'+$t('No resources exist'),
-            isDisabled: true,
             children: []
           }]
           if(optionsCmp.length>0) {
diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/python.vue b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/python.vue
index f335d50..379de6a 100644
--- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/python.vue
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/python.vue
@@ -224,7 +224,6 @@
             id: -1,
             name: $t('No resources exist'),
             fullName: '/'+$t('No resources exist'),
-            isDisabled: true,
             children: []
           }]
           if(optionsCmp.length>0) {
diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/shell.vue b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/shell.vue
index 4f215f6..0c07a9a 100644
--- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/shell.vue
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/shell.vue
@@ -262,7 +262,6 @@
             id: -1,
             name: $t('No resources exist'),
             fullName: '/'+$t('No resources exist'),
-            isDisabled: true,
             children: []
           }]
           if(optionsCmp.length>0) {
diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/spark.vue b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/spark.vue
index fff580a..b678a72 100644
--- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/spark.vue
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/spark.vue
@@ -364,7 +364,6 @@
             id: -1,
             name: $t('No resources exist'),
             fullName: '/'+$t('No resources exist'),
-            isDisabled: true,
             children: []
           }]
           if(optionsCmp.length>0) {