This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 7db42fe665 Wording the next and last run DAG columns better (#31467)
7db42fe665 is described below
commit 7db42fe6655c28330e80b8a062ef3e07968d6e76
Author: Amogh Desai <[email protected]>
AuthorDate: Thu Jun 1 21:24:42 2023 +0530
Wording the next and last run DAG columns better (#31467)
* Better wording the next and last run DAG columns
* review comments from brent
* review comments from Jed
* Undoing test changes
---------
Co-authored-by: Amogh <[email protected]>
---
airflow/www/templates/airflow/dags.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/airflow/www/templates/airflow/dags.html
b/airflow/www/templates/airflow/dags.html
index 9da9bafd61..df1a01291c 100644
--- a/airflow/www/templates/airflow/dags.html
+++ b/airflow/www/templates/airflow/dags.html
@@ -217,11 +217,11 @@
<th>Schedule</th>
<th style="width:180px;">{{ sortable_column("Last Run",
"last_dagrun") }}
<span class="material-icons text-muted js-tooltip"
aria-hidden="true"
- title="Date/Time of the latest Dag Run.">info</span>
+ title="Logical Date/Time of the latest Dag Run.">info</span>
</th>
<th style="width:180px;">{{ sortable_column("Next Run",
"next_dagrun") }}
<span class="material-icons text-muted js-tooltip"
aria-hidden="true"
- title="Expected date/time of the next DAG Run, or for
dataset triggered DAGs, how many datasets have been updated since the last DAG
Run.">info</span>
+ title="Logical Date/Time interval of the next DAG Run, or
for dataset triggered DAGs, how many datasets have been updated since the last
DAG Run.">info</span>
</th>
<th>Recent Tasks
<span class="material-icons text-muted js-tooltip"
aria-hidden="true"