diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.scss b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.scss index 886ee692bf..5b171bb4ca 100755 --- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.scss +++ b/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; diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toobar_CONDITIONS.png b/dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toolbar_CONDITIONS.png similarity index 100% rename from dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toobar_CONDITIONS.png rename to dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toolbar_CONDITIONS.png diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toobar_FLINK.png b/dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toolbar_FLINK.png similarity index 100% rename from dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toobar_FLINK.png rename to dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toolbar_FLINK.png diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toobar_HTTP.png b/dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toolbar_HTTP.png similarity index 100% rename from dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toobar_HTTP.png rename to dolphinscheduler-ui/src/js/conf/home/pages/dag/img/toolbar_HTTP.png