mik-laj commented on a change in pull request #18107:
URL: https://github.com/apache/airflow/pull/18107#discussion_r705007315
##########
File path: airflow/www/templates/airflow/graph.html
##########
@@ -128,6 +128,7 @@
const edges = {{ edges|tojson }};
const tasks = {{ tasks|tojson }};
let taskInstances = {{ task_instances|tojson }};
+ const autoRefreshInterval = {{ auto_refresh_interval }};
Review comment:
Dynamically generated javascript is risky. Can you use `getMetaValue`
method 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]