This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit ad2b5735c0afc54d37bd30398a17bf6a282d323b
Author: raphaelauv <[email protected]>
AuthorDate: Tue Feb 20 22:41:06 2024 +0100

    fix: front dagview - explicit wording - next run (#32964)
    
    (cherry picked from commit 43e4e3d7a7894c434aef41d4234c3c8bdfaa6317)
---
 airflow/www/templates/airflow/dag.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/www/templates/airflow/dag.html 
b/airflow/www/templates/airflow/dag.html
index 8d77db0181..6d6800e98c 100644
--- a/airflow/www/templates/airflow/dag.html
+++ b/airflow/www/templates/airflow/dag.html
@@ -143,7 +143,7 @@
         {% endif %}
         {% if dag_model is defined and dag_model.next_dagrun is defined and 
dag_model.schedule_interval != 'Dataset' %}
           <p class="label label-default js-tooltip" style="margin-left: 5px" 
id="next-run" data-html="true" data-placement="bottom">
-            Next Run: <time datetime="{{ dag_model.next_dagrun }}">{{ 
dag_model.next_dagrun }}</time>
+            Next Run ID: <time datetime="{{ dag_model.next_dagrun }}">{{ 
dag_model.next_dagrun }}</time>
           </p>
         {% endif %}
         {% if dag_model is defined and dag_model.schedule_interval is defined 
and dag_model.schedule_interval == 'Dataset' %}

Reply via email to