ryanahamilton commented on a change in pull request #14552:
URL: https://github.com/apache/airflow/pull/14552#discussion_r585064756
##########
File path: airflow/www/templates/airflow/tree.html
##########
@@ -20,6 +20,11 @@
{% extends "airflow/dag.html" %}
{% block page_title %}{{ dag.dag_id }} - Tree - {{ appbuilder.app_name }}{%
endblock %}
+{% block head_meta %}
+ {{ super() }}
+ <meta name="blur" content="{{ blur }}">
Review comment:
We should really change this variable name to something more descriptive
like `is_demo_mode` (in a separate PR).
----------------------------------------------------------------
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]