Skip to content

Commit

Permalink
[JENKINS-36708] Wrong background image
Browse files Browse the repository at this point in the history
  • Loading branch information
batmat committed Nov 5, 2016
1 parent 53634de commit 77312cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/hudson/model/RadiatorView/main.jelly
Expand Up @@ -218,7 +218,7 @@
<j:set var="captionStyle" value="background-color: black; color: white;" />
</j:when>
<j:otherwise>
<j:set var="dashStyle" value="background-color: white; background-image: url(${rootURL}/static/0360aadc/images/hudson.png);
<j:set var="dashStyle" value="background-color: white; background-image: url(${rootURL}/static/0360aadc/images/jenkins.png);
background-repeat: no-repeat; background-position: left bottom;" />
<j:set var="captionStyle" value="background-color: white; color: #c0c0c0;" />
</j:otherwise>
Expand Down

0 comments on commit 77312cd

Please sign in to comment.