You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/20 17:37:42 UTC

[GitHub] [airflow] bbovenzi commented on a change in pull request #16522: Tree View UI for larger DAGs & more consistent spacing in Tree View

bbovenzi commented on a change in pull request #16522:
URL: https://github.com/apache/airflow/pull/16522#discussion_r654966559



##########
File path: airflow/www/static/js/tree.js
##########
@@ -73,7 +73,7 @@ document.addEventListener('DOMContentLoaded', () => {
   treeDepth += 1;
 
   const innerWidth = window.innerWidth > 1200 ? 1200 : window.innerWidth;

Review comment:
       ```suggestion
   ```
   This line is no longer necessary then.




-- 
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:
users@infra.apache.org