-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
Jenkins 1.573
After upgrading Jenkins the Radiator view no longer works.
The only thing displayed on the page is:
- Pale Grey Jenkins Header bar.
- Small black bar with question mark icon at right hand side.
After a quick look at it:
Radiator view has a div called "dashboard" with the following style: height: 100%; width: 100%;
Tweaking this to height:800px for example will then show the content, although not full screen.
- is duplicated by
-
JENKINS-24104 Feedback views broken with Jenkins v1.572, v1.573, v1.574. Versions before are OK.
-
- Resolved
-
Code changed in jenkins
User: Baptiste Mathus
Path:
src/main/resources/hudson/model/RadiatorView/main.jelly
http://jenkins-ci.org/commit/radiatorview-plugin/2963821de2c7dd34840cadd15497088242e143c1
Log:
JENKINS-23924: fix the broken UI.