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 43e4e3d7a7 fix: front dagview - explicit wording - next run (#32964)
43e4e3d7a7 is described below

commit 43e4e3d7a7894c434aef41d4234c3c8bdfaa6317
Author: raphaelauv <raphael...@gmail.com>
AuthorDate: Tue Feb 20 22:41:06 2024 +0100

    fix: front dagview - explicit wording - next run (#32964)
---
 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