-
Bug
-
Resolution: Not A Defect
-
Trivial
When using Simple Theme Pluggin, it's no more possible to change the main jenkins logo (botom left).
Indeed, the logo is loaded with css directly in the html declaration.
Not working : index.html
<table id="main-table" height="70%" style="background-image: url(/jenkins/static/f7d903ac/images/jenkins.png); background-repeat: no-repeat; background-position: bottom left;"
Should be : index.html
<table id="main-table" height="70%">
and in css/style.css
#main-table
- is duplicated by
-
JENKINS-22116 Cannot modify background image
-
- Closed
-
[JENKINS-16238] SimpleThemePluggin : logo jenkins.png loaded after css file
Component/s | New: simple-theme [ 16089 ] | |
Component/s | Original: gui [ 15492 ] |
Workflow | Original: JNJira [ 147051 ] | New: JNJira + In-Review [ 176799 ] |
Assignee | New: Tobias Gruetzmacher [ tgr ] |
Link |
New:
This issue is duplicated by |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Setting right component.