tirkarthi commented on code in PR #46074:
URL: https://github.com/apache/airflow/pull/46074#discussion_r1941035916
##########
airflow/ui/src/pages/TaskInstance/Details.tsx:
##########
@@ -85,6 +88,8 @@ export const Details = () => {
taskInstance={taskInstance}
/>
)}
+ <ExtraLinks />
+ {taskInstance?.state === "deferred" && <TriggererInfo
taskInstance={taskInstance} />}
Review Comment:
Thanks, done. This makes it consistent with Airflow 2 UI too.
--
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]