ryanahamilton commented on a change in pull request #11699:
URL: https://github.com/apache/airflow/pull/11699#discussion_r508846727
##########
File path: airflow/www/templates/airflow/dags.html
##########
@@ -75,7 +75,7 @@ <h2>DAGs</h2>
<thead>
<tr>
<th width="12">
- <span id="pause_header" class="material-icons text-muted"
title="Use this toggle to pause a DAG. The scheduler won't schedule new tasks
instances for a paused DAG. Tasks already running at pause time won't be
affected.">info</span>
+ <span class="material-icons text-muted js-tooltip" title="Use
this toggle to pause a DAG. The scheduler won't schedule new tasks instances
for a paused DAG. Tasks already running at pause time won't be
affected.">info</span>
Review comment:
This change is unrelated to this PR, but fixes a scripting interaction I
discovered during my manual testing.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]