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



##########
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">
+                  {{ dag.next_dagrun }}
+                </td>
+                {# Column 8: Recent Tasks #}
                 <td style="padding:0; width:323px; height:10px;">
                   {{ loading_dots(classes='js-loading-task-stats text-muted') 
}}
                   <svg height="10" width="10" id='task-run-{{ dag.safe_dag_id 
}}' style="display: block;"></svg>
                 </td>
-                {# Column 8: Actions #}
+                {# Column 9: Actions #}

Review comment:
       We should probably just remove all of these comments. They're a bit 
superfluous and more nuisance than helpful IMO.




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