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

Luke Hutchison updated FLINK-6029:
----------------------------------
    Description: 
Text lines inside the boxes in the Flink web dashboard have linebreaks at very 
odd places, and it can make the content of the boxes hard to read. (See 
attached screenshot.)

For clarity the content could be tabulated and indented, e.g with each "->" 
arrow at the start of a new text line along with the operation type ("-> 
Filter"), and the description indented on the line below, with long 
descriptions wrapped to the same start indentation, so that it's easy to 
visually separate out operations from descriptions based on indentation:

{noformat}
Filter
    (filter for problems with date <= 2017-01)
-> FlatMap
    (calculate problem severity scores for
    date 2017-01)
-> Combine
    (sum all severity scores for (bin, apt) for
    date 2017-01)
{noformat}

  was:
Text lines inside the boxes in the Flink web dashboard have linebreaks at very 
odd places, and it can make the content of the boxes hard to read. (See 
attached screenshot.)

For clarity the content could be tabulated and indented, e.g with each "->" 
arrow at the start of a new text line along with the operation type ("-> 
Filter"), and the description indented on the line below, with long 
descriptions wrapped to the same start indentation, so that it's easy to 
visually separate out operations from descriptions based on indentation:

{noformat}
Filter
    (filter for problems with date <= 2017-01)
-> FlatMap
    (calculate problem severity scores for
    date 2017-01)
-> Combine
    (sum all severity scores for (bin, apt) for
    date 2017-01)



> Strange linebreaks in web dashboard graph view make it hard to read text
> ------------------------------------------------------------------------
>
>                 Key: FLINK-6029
>                 URL: https://issues.apache.org/jira/browse/FLINK-6029
>             Project: Flink
>          Issue Type: Bug
>          Components: Webfrontend
>    Affects Versions: 1.2.0
>            Reporter: Luke Hutchison
>            Priority: Minor
>
> Text lines inside the boxes in the Flink web dashboard have linebreaks at 
> very odd places, and it can make the content of the boxes hard to read. (See 
> attached screenshot.)
> For clarity the content could be tabulated and indented, e.g with each "->" 
> arrow at the start of a new text line along with the operation type ("-> 
> Filter"), and the description indented on the line below, with long 
> descriptions wrapped to the same start indentation, so that it's easy to 
> visually separate out operations from descriptions based on indentation:
> {noformat}
> Filter
>     (filter for problems with date <= 2017-01)
> -> FlatMap
>     (calculate problem severity scores for
>     date 2017-01)
> -> Combine
>     (sum all severity scores for (bin, apt) for
>     date 2017-01)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to