ashb commented on a change in pull request #4893: [DRAFT] [AIRFLOW-3891] Make
the Graph View time-zone aware
URL: https://github.com/apache/airflow/pull/4893#discussion_r265782755
##########
File path: airflow/www/templates/airflow/graph.html
##########
@@ -362,6 +362,15 @@
</script>
<script src="{{ url_for_asset('graph.js') }}"></script>
+<script src="{{ url_for_asset('index.js') }}"></script>
Review comment:
How does this play with the import of ` export { initRefreshButton,
update_nodes_states } from './graph';` inside index.js? Is the include of
graph.js on the previous line the same file?
----------------------------------------------------------------
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