You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/20 21:20:18 UTC

[GitHub] [airflow] ryanahamilton commented on a change in pull request #11699: Enforce ESLint (JavaScript linting) with pre-commit hooks

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:
users@infra.apache.org