You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current UI has two main issues related to the display of pods with long names.
When a pod has a long name, it appears as a multi-line element in the UI, which can make the interface look cluttered or disorganized.
For pod names that are long but lack spaces, there's an absence of padding, making the text hard to read or visually unappealing.
A potential fix for these issues could be to limit the display to a maximum of two lines of text, truncating additional text with an ellipsis ('...'). To provide full visibility of the truncated names, a hover-over title could display the complete name.
long-pod-names.mov
The text was updated successfully, but these errors were encountered:
The current UI has two main issues related to the display of pods with long names.
When a pod has a long name, it appears as a multi-line element in the UI, which can make the interface look cluttered or disorganized.
For pod names that are long but lack spaces, there's an absence of padding, making the text hard to read or visually unappealing.
A potential fix for these issues could be to limit the display to a maximum of two lines of text, truncating additional text with an ellipsis ('...'). To provide full visibility of the truncated names, a hover-over title could display the complete name.
long-pod-names.mov
The text was updated successfully, but these errors were encountered: