airflow
airflow copied to clipboard
Grid, fix 404 taskInstance errors
~~We had a few warnings due to validateDOMNesting
in the grid view (cf screenshot) -> split the table into two distinct tables with separate 'titles'. Took the opportunity to slightly improve spacing between the tables.~~ (fixed in https://github.com/apache/airflow/pull/26551)
We also had a few 404 errors when requesting the useTaskInstance
for groups, by clicking on the details of a task group. (cf screenshot):
code looks fine but it's nice to include a screenshot of the visual change
You are right. I didn't change much so I didn't bother, but here is a preview:
edited: @bbovenzi already fixed the dom warnings https://github.com/apache/airflow/pull/26551, I'll edit this PR to just fixe the 404 errors.
I like your approach of splitting it into 2 tables more. When you rebase your branch. Let's keep that.
I like your approach of splitting it into 2 tables more. When you rebase your branch. Let's keep that.
Ok, i did that and updated the titles so we have something consistent with the 'Task Actions' title:
nice, thanks, yeah i knew the formatting was off but could not figure out what was wrong ... this looks great...