You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/10/16 18:18:02 UTC

[airflow] branch master updated: Fix tooltip typo (#11593)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 84c7028  Fix tooltip typo (#11593)
84c7028 is described below

commit 84c70287ee2aece0c6b91c3ba6e8a240c4c46ba0
Author: Ryan Hamilton <ry...@ryanahamilton.com>
AuthorDate: Fri Oct 16 14:17:17 2020 -0400

    Fix tooltip typo (#11593)
---
 airflow/www/templates/airflow/dags.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/www/templates/airflow/dags.html b/airflow/www/templates/airflow/dags.html
index 292dfc1..b32856a 100644
--- a/airflow/www/templates/airflow/dags.html
+++ b/airflow/www/templates/airflow/dags.html
@@ -172,7 +172,7 @@
                   <a href="{{ url_for('Airflow.gantt', dag_id=dag.dag_id) }}" class="js-tooltip" title="Gantt View" aria-label="Gantt">
                     <span class="material-icons" aria-hidden="true" data-original-title="Gantt">vertical_distribute</span>
                   </a>
-                  <a href="{{ url_for('Airflow.dag_details', dag_id=dag.dag_id) }}" class="js-tooltip" title="DAG Dtails" aria-label="DAG Details">
+                  <a href="{{ url_for('Airflow.dag_details', dag_id=dag.dag_id) }}" class="js-tooltip" title="DAG Details" aria-label="DAG Details">
                     <span class="material-icons" aria-hidden="true">details</span>
                   </a>
                   <a href="{{ url_for('Airflow.code', dag_id=dag.dag_id) }}" class="js-tooltip" title="Code View" aria-label="Code">