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 2022/08/15 23:13:35 UTC

[GitHub] [airflow] bbovenzi commented on a diff in pull request #25731: Use cfg default_wrap value for grid logs

bbovenzi commented on code in PR #25731:
URL: https://github.com/apache/airflow/pull/25731#discussion_r946210598


##########
airflow/www/templates/airflow/grid.html:
##########
@@ -42,6 +42,7 @@
     const stateColors = {{ state_color_mapping|tojson }};
     const autoRefreshInterval = {{ auto_refresh_interval }};
     const defaultDagRunDisplayNumber = {{ default_dag_run_display_number }};
+    const defaultWrap = {{ default_wrap|tojson }};

Review Comment:
   Does `tojson` convert to boolean?



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org