You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bb...@apache.org on 2022/03/21 14:51:32 UTC

[airflow] branch fix-page-titles created (now 8a64578)

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

bbovenzi pushed a change to branch fix-page-titles
in repository https://gitbox.apache.org/repos/asf/airflow.git.


      at 8a64578  Fix grid+calendar page titles

This branch includes the following new commits:

     new 8a64578  Fix grid+calendar page titles

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[airflow] 01/01: Fix grid+calendar page titles

Posted by bb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bbovenzi pushed a commit to branch fix-page-titles
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 8a64578a310d450b50ee0426f5f5ff2b590b794d
Author: Brent Bovenzi <br...@gmail.com>
AuthorDate: Mon Mar 21 10:50:11 2022 -0400

    Fix grid+calendar page titles
---
 airflow/www/templates/airflow/calendar.html | 2 +-
 airflow/www/templates/airflow/tree.html     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow/www/templates/airflow/calendar.html b/airflow/www/templates/airflow/calendar.html
index 05aa425..6c0189b 100644
--- a/airflow/www/templates/airflow/calendar.html
+++ b/airflow/www/templates/airflow/calendar.html
@@ -18,7 +18,7 @@
 #}
 
 {% extends "airflow/dag.html" %}
-{% block page_title %}{{ dag.dag_id }} - Tree - {{ appbuilder.app_name }}{% endblock %}
+{% block page_title %}{{ dag.dag_id }} - Calendar - {{ appbuilder.app_name }}{% endblock %}
 
 {% block head_css %}
   {{ super() }}
diff --git a/airflow/www/templates/airflow/tree.html b/airflow/www/templates/airflow/tree.html
index d76de75..1394cbc 100644
--- a/airflow/www/templates/airflow/tree.html
+++ b/airflow/www/templates/airflow/tree.html
@@ -18,7 +18,7 @@
 #}
 
 {% extends "airflow/dag.html" %}
-{% block page_title %}{{ dag.dag_id }} - Tree - {{ appbuilder.app_name }}{% endblock %}
+{% block page_title %}{{ dag.dag_id }} - Grid - {{ appbuilder.app_name }}{% endblock %}
 {% from 'appbuilder/loading_dots.html' import loading_dots %}
 
 {% block head_meta %}