ryanahamilton commented on a change in pull request #17732:
URL: https://github.com/apache/airflow/pull/17732#discussion_r692936090



##########
File path: airflow/www/templates/airflow/dags.html
##########
@@ -170,12 +173,16 @@ <h2>{{ page_title }}</h2>
                   <a></a>
                   <span aria-hidden="true" title=" " class="material-icons 
text-muted js-tooltip" style="display:none">info</span>
                 </td>
-                {# Column 7: Recent Tasks #}
+                {# Column 7: Next Run #}
+                <td class="text-nowrap next-run">

Review comment:
       We've been using a `js-` prefix for classes used for scripting (not 
styling) purposes.
   ```suggestion
                   <td class="text-nowrap js-next-run">
   ```




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