pierrejeambrun commented on code in PR #46074:
URL: https://github.com/apache/airflow/pull/46074#discussion_r1941447744
##########
airflow/ui/src/pages/TaskInstance/Details.tsx:
##########
@@ -85,6 +88,8 @@ export const Details = () => {
taskInstance={taskInstance}
/>
)}
+ <ExtraLinks />
Review Comment:
Having the two table following each other is weird. It looks like the same
table continuation while the formating is different and column alignement are
not matching. I think it would be great to add a title or a header to explain
that TriggererInfo stop there and a new table starts after that.
Maybe that's just me but I fing it confusing like this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]