提交 917ea816 编写于 作者: D Daniel Beck 提交者: Vojtech Juranek

[FIXED JENKINS-21778] Fix sidepanel links so they don't break from Actions

上级 08a96df6
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册