Skip to content

Commit

Permalink
Add Grid button to Task Instance view
Browse files Browse the repository at this point in the history
  • Loading branch information
csp33 committed Apr 24, 2024
1 parent fece17a commit 34f93b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airflow/www/templates/airflow/task_instance.html
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}">
<span class="material-icons" aria-hidden="true">grid_on</span>
Grid</a></li>
<li><a href="{{ ti_url('Airflow.task') }}">
<span class="material-icons" aria-hidden="true">details</span>
Task Instance Details</a></li>
Expand Down

0 comments on commit 34f93b0

Please sign in to comment.