You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (Jira)" <ji...@apache.org> on 2020/01/10 17:09:00 UTC

[jira] [Assigned] (AIRFLOW-6328) Improve multiline output in admin gui

     [ https://issues.apache.org/jira/browse/AIRFLOW-6328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ash Berlin-Taylor reassigned AIRFLOW-6328:
------------------------------------------

    Assignee: Daniel Imberman

> Improve multiline output in admin gui
> -------------------------------------
>
>                 Key: AIRFLOW-6328
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6328
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: ui
>    Affects Versions: 1.10.6
>            Reporter: Paul Rhodes
>            Assignee: Daniel Imberman
>            Priority: Major
>
> Multiline attributes, rendered templates, or Xcom variables are not well supported in the admin GUI at present. Any values are treated as native HTML text() blocks and as such all formatting is lost. When passing structured data such as YAML in these variables, it makes a real mess of them.
> Ideally, these values should keep their line-breaks and indentation.
> This should only require having these code blocks wrapped in a <pre> block or setting `white-space: pre` on the class for the block.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)