ashb commented on a change in pull request #18107:
URL: https://github.com/apache/airflow/pull/18107#discussion_r705440520
##########
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:
It's not risky in this case as the value comes from a trusted source,
not user input.
--
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]