Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use the appropriate 'Gear' icon on the Plugin Manager page
This has annoyed me for long enough

Fixes JENKINS-34250
  • Loading branch information
R. Tyler Croy committed Sep 6, 2016
1 parent a6e1b0b commit 4fbfe25
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 4fbfe25

Please sign in to comment.