mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page 
titles distinguishable from another
URL: https://github.com/apache/airflow/pull/7305#discussion_r373544182
 
 

 ##########
 File path: airflow/www/templates/airflow/dag_code.html
 ##########
 @@ -18,7 +18,8 @@
 #}
 
 {% extends "airflow/dag.html" %}
-{% block title %}Airflow - DAGs{% endblock %}
+
+{% block page_title %}{{ dag.dag_id }} - code - Airflow{% endblock %}
 
 Review comment:
   ```suggestion
   {% block page_title %}{{ dag.dag_id }} - Code - Airflow{% endblock %}
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to