hankehly commented on code in PR #24770:
URL: https://github.com/apache/airflow/pull/24770#discussion_r911551706
##########
airflow/www/static/js/dags.js:
##########
@@ -328,24 +325,32 @@ function taskStatsHandler(error, json) {
});
}
-if (encodedDagIds.has('dag_ids')) {
Review Comment:
I wrapped this block of code in a function and call it on page load (see the
bottom of the 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]