You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Paul Rhodes (Jira)" <ji...@apache.org> on 2019/12/23 15:07:00 UTC

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

Paul Rhodes created AIRFLOW-6328:
------------------------------------

             Summary: 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


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)