pcandoalmeida commented on a change in pull request #10162:
URL: https://github.com/apache/airflow/pull/10162#discussion_r490454284
##########
File path: airflow/www/templates/airflow/master.html
##########
@@ -19,6 +19,14 @@
{% extends 'appbuilder/baselayout.html' %}
+{% block page_title -%}
+ {% if title is defined -%}
+ {{ title }} - {{ app_name }}
Review comment:
Would this be defined in `master.html` @ashb? I think this might be the
more robust option, as right now I have modified several files to update the
`site_title` variable. It works nicely as is, but the above is cleaner I feel.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]