pedro-cf opened a new issue, #49050: URL: https://github.com/apache/airflow/issues/49050
### Apache Airflow version 2.10.5 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? The "Triggered DAG" link in the Extra Links section under Task Details of the Airflow UI appears faded/disabled (with a cursor block icon when hovering over with cursor) when using TriggerDagRunOperator, even though it is functionally clickable and works correctly. This creates a confusing user experience as the visual state suggests the link is not usable when it actually is.  ### What you think should happen instead? The "Triggered DAG" link button should appear fully enabled/active in the UI. ### How to reproduce . Create a DAG with a TriggerDagRunOperator: ```python trigger_task = TriggerDagRunOperator( task_id='trigger_other_dag', trigger_dag_id='target_dag', wait_for_completion=True ) ``` 2. Deploy and run the DAG 3. Wait for the task to complete successfully 4. Navigate to the task instance details page: - Click on the task in Graph View, OR - Go to Grid View > Click task instance > View details 5. Look under "Extra Links" section 6. Observe that the "Triggered DAG" link appears faded/disabled with a block icon 7. Verify the link is still clickable despite its appearance ### Operating System Ubuntu 22.04.4 LTS ### Versions of Apache Airflow Providers _No response_ ### Deployment Docker-Compose ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
