amoghrajesh commented on code in PR #31467:
URL: https://github.com/apache/airflow/pull/31467#discussion_r1206261423


##########
airflow/www/templates/airflow/dags.html:
##########
@@ -215,13 +215,13 @@ <h2>{{ page_title }}</h2>
                   title="Status of all previous DAG runs.">info</span>
           </th>
           <th>Schedule</th>
-          <th style="width:180px;">{{ sortable_column("Last Run", 
"last_dagrun") }}
+          <th style="width:180px;">{{ sortable_column("Last Data Interval", 
"last_dagrun_data_interval") }}
             <span class="material-icons text-muted js-tooltip" 
aria-hidden="true"
-                  title="Date/Time of the latest Dag Run.">info</span>
+                  title="Starting Date/Time interval of the latest Dag 
Run.">info</span>
           </th>
-          <th style="width:180px;">{{ sortable_column("Next Run", 
"next_dagrun") }}
+          <th style="width:180px;">{{ sortable_column("Next Data Interval", 
"next_dagrun_data_interval") }}

Review Comment:
   Do you mean that `Last Run` is the label and the `last_dagrun` is the value? 
   I went ahead and made this modification as it seemed more appropriate to 
change both rather than just one of them as they are related. Let me keep the 
changes to label only



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