Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-34250] Use the appropriate 'Gear' icon on the Plugin M…
…anager page

This has annoyed me for long enough

(cherry picked from commit 4fbfe25)
  • Loading branch information
R. Tyler Croy authored and olivergondza committed Oct 10, 2016
1 parent b67dddf commit 0e8786b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ l.header()
l.side_panel {
l.tasks {
l.task(icon:"icon-up icon-md", href:rootURL+'/', title:_("Back to Dashboard"))
l.task(icon:"icon-setting icon-md", href:"${rootURL}/manage", title:_("Manage Jenkins"), permission:app.ADMINISTER, it:app)
l.task(icon:"icon-gear2 icon-md", href:"${rootURL}/manage", title:_("Manage Jenkins"), permission:app.ADMINISTER, it:app)
if (!app.updateCenter.jobs.isEmpty()) {
l.task(icon:"icon-plugin icon-md", href:"${rootURL}/updateCenter/", title:_("Update Center"))
}
Expand Down

0 comments on commit 0e8786b

Please sign in to comment.