Loading dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.scss +3 −5 Original line number Diff line number Diff line Loading @@ -309,13 +309,13 @@ svg path:hover { //min-width: calc(100% - 220px); width: 8000px; height: 5000px; position: relative; svg:not(:root){ z-index: 11; } } .jtk-demo-canvas { position: relative; height: 100%; } Loading Loading @@ -552,5 +552,3 @@ svg path:hover { width: 628px; left: auto; } No newline at end of file dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue +8 −1 Original line number Diff line number Diff line Loading @@ -187,6 +187,13 @@ }) if (this.tasks.length) { Dag.backfill(true) if (this.type === 'instance') { this._getTaskState(false).then(res => {}) // Round robin acquisition status this.setIntervalP = setInterval(() => { this._getTaskState(true).then(res => {}) }, 90000) } } else { Dag.create() } Loading Loading
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.scss +3 −5 Original line number Diff line number Diff line Loading @@ -309,13 +309,13 @@ svg path:hover { //min-width: calc(100% - 220px); width: 8000px; height: 5000px; position: relative; svg:not(:root){ z-index: 11; } } .jtk-demo-canvas { position: relative; height: 100%; } Loading Loading @@ -552,5 +552,3 @@ svg path:hover { width: 628px; left: auto; } No newline at end of file
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue +8 −1 Original line number Diff line number Diff line Loading @@ -187,6 +187,13 @@ }) if (this.tasks.length) { Dag.backfill(true) if (this.type === 'instance') { this._getTaskState(false).then(res => {}) // Round robin acquisition status this.setIntervalP = setInterval(() => { this._getTaskState(true).then(res => {}) }, 90000) } } else { Dag.create() } Loading