-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Fix Dashboard overflow and handle no status tasks #49964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Dashboard overflow and handle no status tasks #49964
Conversation
Thanks for fixing this! (I'm about to fix it later) |
Small neat, should we add some divider or something below "Dag Runs" and "Task Instances" to make it more like a section title? |
Oh yes that could be good to dissociate the total from the rest. I can explore that, or feel free to do so if you already have something specific in mind |
Maybe after this PR got merged, I could based on the new layout to add one. |
(cherry picked from commit ac3f3d8) Co-authored-by: Pierre Jeambrun <[email protected]>
…#49964) (cherry picked from commit ac3f3d8) Co-authored-by: Pierre Jeambrun <[email protected]>
(cherry picked from commit ac3f3d8)
#49984) (cherry picked from commit ac3f3d8) Co-authored-by: Pierre Jeambrun <[email protected]>
Some TI states were not visible due to overflow being cut off.
Also this adds support for no_status TI.
Related to: #49961 (but not necessary needed)
After: