Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid printing too long argument lists during FlowNode visualization #70

Closed
wants to merge 1 commit into from

Commits on Apr 25, 2018

  1. avoid printing too long argument lists during FlowNode visualization

    In some cases it is possible that node argument will be impossible to
    wrap properly and is displayed as single line. In this case pipeline
    steps view becomes hard to read because right most columns are moved
    beyond the screen. this requires scrolling which is not so convenient.
    Also status colum is outside of screen.
    
    This change cuts arguments list to 80 characters which should be fine
    for most of usages.
    
    Signed-off-by: Artur Harasimiuk <[email protected]>
    ArturHarasimiuk committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    e4d35e0 View commit details
    Browse the repository at this point in the history