Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 53f7e40b198aa34b0089a325eca372aa1e216131
https://github.com/jenkinsci/jenkins/commit/53f7e40b198aa34b0089a325eca372aa1e216131
Author: Markus Winter <[email protected]>
Date: 2024-01-12 (Fri, 12 Jan 2024)
Changed paths:
M core/src/main/resources/hudson/views/BuildButtonColumn/column.jelly
M core/src/main/resources/lib/hudson/projectView.jelly
Log Message:
-----------
do not generate td when outside table for buildbutton (#8854)
projectView renders a buildButton twice once inside a table for wide
screens and once outside a table for narrow or mobile screens with one
always hidden. But the buildButton always wraps everything in a `td`.
When projectView is now itself wrapped somewhere in a table (was done
in dashboard-view plugin) then the brwoser will move the `td` to the
outer table and it gets always shown and breaks the UI.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/dd7488-53f7e4%40github.com.