Browse Source

Merge pull request #2780 from BoYiZhang/dev

Sync file name
pull/2/head
xingchun-chen 4 years ago committed by GitHub
parent
commit
e89f543f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.scss
  2. 0
      dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toolbar_CONDITIONS.png
  3. 0
      dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toolbar_FLINK.png
  4. 0
      dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toolbar_HTTP.png

6
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.scss

@ -87,7 +87,7 @@
background: url("../img/toolbar_SPARK.png") no-repeat 50% 50%;
}
.icos-FLINK {
background: url("../img/toobar_FLINK.png") no-repeat 50% 50%;
background: url("../img/toolbar_FLINK.png") no-repeat 50% 50%;
}
.icos-MR {
background: url("../img/toolbar_MR.png") no-repeat 50% 50%;
@ -99,7 +99,7 @@
background: url("../img/toolbar_DEPENDENT.png") no-repeat 50% 50%;
}
.icos-HTTP {
background: url("../img/toobar_HTTP.png") no-repeat 50% 50%;
background: url("../img/toolbar_HTTP.png") no-repeat 50% 50%;
}
.icos-DATAX {
background: url("../img/toolbar_DATAX.png") no-repeat 50% 50%;
@ -108,7 +108,7 @@
background: url("../img/toolbar_SQOOP.png") no-repeat 50% 50%;
}
.icos-CONDITIONS {
background: url("../img/toobar_CONDITIONS.png") no-repeat 50% 50%;
background: url("../img/toolbar_CONDITIONS.png") no-repeat 50% 50%;
}
.toolbar {
width: 60px;

0
dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toobar_CONDITIONS.png → dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toolbar_CONDITIONS.png

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toobar_FLINK.png → dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toolbar_FLINK.png

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

0
dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toobar_HTTP.png → dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toolbar_HTTP.png

Before

Width:  |  Height:  |  Size: 386 B

After

Width:  |  Height:  |  Size: 386 B

Loading…
Cancel
Save