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

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


The following commit(s) were added to refs/heads/dev-1.3.0 by this push:
     new 9bdd36d  Modify the background color of conditions task node connection
     new 7d2441f  Merge pull request #2776 from break60/dev-1.3.0
9bdd36d is described below

commit 9bdd36d8c4f310a8718427d8c1a9163c35f70e91
Author: break60 <[email protected]>
AuthorDate: Thu May 21 09:43:46 2020 +0800

    Modify the background color of conditions task node connection
---
 .../src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js
 
b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js
index badbbf1..a40a76f 100755
--- 
a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js
+++ 
b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js
@@ -761,7 +761,7 @@ JSP.prototype.jspBackfill = function ({ connects, 
locations, largeJson }) {
           source: sourceId,
           target: targetId,
           type: 'basic',
-          paintStyle: { strokeWidth: 2, stroke: '#f14343' },
+          paintStyle: { strokeWidth: 2, stroke: '#252d39' },
           HoverPaintStyle: {stroke: '#ccc', strokeWidth: 3},
           overlays:[["Label", { label: i18n.$t('failed'), location:0.5, 
id:"label"} ]]
         })

Reply via email to