ashb commented on a change in pull request #4787: [AIRFLOW-3967] Extract Jinja
directive from Javascript
URL: https://github.com/apache/airflow/pull/4787#discussion_r267476864
##########
File path: airflow/www/templates/airflow/dag.html
##########
@@ -290,6 +294,7 @@ <h4 class="modal-title" id="dagModalLabel">
{% endblock %}
{% block tail %}
{{ super() }}
+ <script src="{{ url_for_asset('utils.js') }}"></script>
Review comment:
It seems most/all pages include this file. Should we either add it in to
base.js, or add this file in baselayout instead?
----------------------------------------------------------------
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]
With regards,
Apache Git Services