Skip to content

Commit

Permalink
[FIXED JENKINS-8780] add Manage Jenkins link on sidepanel of plugin m…
Browse files Browse the repository at this point in the history
…anager and update center
  • Loading branch information
alanharder committed Mar 3, 2011
1 parent 7c2a626 commit f3a5a0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion core/src/main/resources/hudson/PluginManager/sidepanel.jelly
@@ -1,7 +1,7 @@
<!--
The MIT License
Copyright (c) 2004-2010, Sun Microsystems, Inc., Kohsuke Kawaguchi
Copyright (c) 2004-2011, Sun Microsystems, Inc., Kohsuke Kawaguchi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -30,6 +30,7 @@ THE SOFTWARE.
<l:side-panel>
<l:tasks>
<l:task icon="images/24x24/up.gif" href="${rootURL}/" title="${%Back to Dashboard}" />
<l:task icon="images/24x24/setting.gif" href="${rootURL}/manage" title="${%Manage Jenkins}" permission="${app.ADMINISTER}" it="${app}" />
<j:if test="${!empty(app.updateCenter.jobs)}">
<l:task icon="images/32x32/plugin.gif" href="${rootURL}/updateCenter/" title="${%Update Center}" />
</j:if>
Expand Down
@@ -1,7 +1,7 @@
<!--
The MIT License
Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi
Copyright (c) 2004-2011, Sun Microsystems, Inc., Kohsuke Kawaguchi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -31,6 +31,7 @@ THE SOFTWARE.
<l:tasks>
<l:task icon="images/24x24/up.gif" href="${rootURL}/" title="${%Back to Dashboard}" />
<l:isAdmin>
<l:task icon="images/24x24/setting.gif" href="${rootURL}/manage" title="${%Manage Jenkins}" />
<l:task icon="images/32x32/plugin.gif" href="${rootURL}/pluginManager/" title="${%Manage Plugins}" />
</l:isAdmin>
</l:tasks>
Expand Down

0 comments on commit f3a5a0b

Please sign in to comment.