Cleared task instances in manual runs should have borders
See original GitHub issueDescription
Task instances in manual runs do not display with a border, except when the task instance is non-existent (after adding tasks to an existing DAG). Hence, when an existing task instance is cleared, it is displayed without a border, causing it to disappear into the background. To be consistent, existing task instances that are cleared should also be drawn with borders.
Here, task2a
and task2b
are newly-added tasks and have no_status
. They are displayed with borders:
Afterwards, task1a
and task1b
are cleared and lose their borders:
Use case / motivation
To prevent the task instances from disappearing into the background.
Are you willing to submit a PR?
Yes, but would need ramp-up time as I am new to front-end.
Related Issues
Split from #16824.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top GitHub Comments
Yeah, you shouldn’t have to worry about tests for this.
@bbovenzi Sorry for the delay! I have my local development environment setup now, and am playing around with
tree.js
. I will reach out either here or on Slack if I have any questions.