[JENKINS-71794] Reduce wasted space in build executor status#8459
[JENKINS-71794] Reduce wasted space in build executor status#8459niralmaruda wants to merge 3 commits intojenkinsci:masterfrom
Conversation
Fixes: JENKINS-71794: The current build queue layout contains a lot of unnecessary free space.
|
How well does that look with folders¿ |
@NotMyFault folders? not sure about that. |
|
To avoid confusion, please rename the Jira issue and this PR to clarify that you are patching the executor widget, not the build queue widget. |
I took a look yesterday creating a longer folder name with several names and it seems to push the progress bar below the text and make the breadcrumbs invisible. Can you take a look? It feels this makes the current implementation worse than improving it, but these are just my thoughts. |
Sure, I'll take a look into it. |
minimize diff Co-authored-by: Jesse Glick <jglick@cloudbees.com>
|
/label web-ui |
|
Please take a moment and address the merge conflicts of your pull request. Thanks! |
A1exKH
left a comment
There was a problem hiding this comment.
@niralmaruda please resolve conflicts for this PR.
|
I'll go ahead and close this PR, given the changes proposed do no longer align with the redesigned build executor widget, thanks nonetheless! |
Fixes: JENKINS-71794
The current executors widget layout contains a lot of unnecessary free space. Refer JENKINS-71794 for more details.
The changes are implemented in both PR:core as well as PR:workflow-durable-task-step-plugin to maintain consistency in design. But if any downgraded version of core is used then user will still see the inconsistency in design as shown in second image.
Testing done
This is how it'll display if used with downgraded core version.