Skip to content

Commit

Permalink
[FIXED JENKINS-21778] Fix sidepanel links so they don't break from Ac…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
daniel-beck authored and vjuranek committed Feb 12, 2014
1 parent 08a96df commit 917ea81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/src/main/resources/hudson/model/Label/sidepanel.jelly
Expand Up @@ -30,9 +30,10 @@ THE SOFTWARE.
<l:header title="Label ${it.displayName}" />
<l:side-panel>
<l:tasks>
<j:set var="url" value="${h.getNearestAncestorUrl(request,it)}"/>
<l:task icon="images/24x24/up.png" href="${rootURL}/" title="${%Back to Dashboard}" contextMenu="false"/>
<l:task icon="images/24x24/attribute.png" href="." title="${%Overview}" contextMenu="false"/>
<l:task icon="images/24x24/monitor.png" href="load-statistics" title="${%Load Statistics}" />
<l:task icon="images/24x24/attribute.png" href="${url}" title="${%Overview}" contextMenu="false"/>
<l:task icon="images/24x24/monitor.png" href="${url}/load-statistics" title="${%Load Statistics}" />
<st:include page="actions.jelly" />
</l:tasks>
</l:side-panel>
Expand Down

0 comments on commit 917ea81

Please sign in to comment.