bbovenzi commented on code in PR #39223:
URL: https://github.com/apache/airflow/pull/39223#discussion_r1578104205


##########
airflow/www/templates/airflow/task_instance.html:
##########
@@ -39,6 +39,9 @@ <h4>
         {{ url_for(endpoint, dag_id=dag.dag_id, task_id=task_id, 
execution_date=execution_date) }}
       {%- endif -%}
     {% endmacro -%}
+    <li><a href="{{ url_for('Airflow.grid', dag_id=dag.dag_id) }}">

Review Comment:
   Nice! Could we include the task_id, dag_run_id, map_index in the params to 
link back to the same task instance?



-- 
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]

Reply via email to