bbovenzi commented on code in PR #31467:
URL: https://github.com/apache/airflow/pull/31467#discussion_r1205936954
##########
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:
I don't think we want to change the values, just the label, right?
--
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]