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

Long step names are truncated in the Grid view #28055

Closed
1 of 2 tasks
WojciechO opened this issue Dec 2, 2022 · 4 comments
Closed
1 of 2 tasks

Long step names are truncated in the Grid view #28055

WojciechO opened this issue Dec 2, 2022 · 4 comments
Labels
area:UI Related to UI/UX. For Frontend Developers. good first issue kind:bug This is a clearly a bug

Comments

@WojciechO
Copy link

Apache Airflow version

2.4.3

What happened

In the grid view, when big number of runs are displayed, the names of the steps are truncated at the flow name even though there is space to display longer string. It makes it hard to navigate the DAG.

Tested on Chrome 103.0.5060.114, 100% zoom and Safari Version 16.1

Grid view with 100 runs:
image

The same Grid View displays full step names when 25 runs are selected.

What you think should happen instead

The step names should fill the space that's available for them fully.

How to reproduce

  • Create a flow that has step names with names longer than 50 characters (estimated length, I do not get this behaviour for flow names with 50 chars)
  • The flow needs to have more than 100 runs available
  • Toggle the Gird View with 100 runs

Operating System

Mac OS 11.7.1

Versions of Apache Airflow Providers

No response

Deployment

Official Apache Airflow Helm Chart

Deployment details

No response

Anything else

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@WojciechO WojciechO added area:core kind:bug This is a clearly a bug labels Dec 2, 2022
@boring-cyborg
Copy link

boring-cyborg bot commented Dec 2, 2022

Thanks for opening your first issue here! Be sure to follow the issue template!

@mb-m
Copy link

mb-m commented Dec 2, 2022

To explain a bit further, these task names (and the dags they fall in) are auto-generated from a system scanning multiple teams' configurations, which means that just using shorter names isn't actually particularly plausible here :-(

@tirkarthi
Copy link
Contributor

cc: @bbovenzi

@bbovenzi bbovenzi added area:UI Related to UI/UX. For Frontend Developers. and removed area:core labels Dec 2, 2022
@bbovenzi
Copy link
Contributor

Actually, I think this was fixed by #27560 in 2.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:UI Related to UI/UX. For Frontend Developers. good first issue kind:bug This is a clearly a bug
Projects
None yet
Development

No branches or pull requests

5 participants