Skip to content

Commit

Permalink
[FIXED JENKINS-21777] Actions contributing to Labels' index page
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck authored and vjuranek committed Feb 12, 2014
1 parent 3c2f504 commit 08a96df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -55,6 +55,9 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=rfe>
Allow Actions to contribute to Labels' main page
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21777">issue 21777</a>)
<li class=bug>
Expensive symlink-related calls on Windows can be simplified.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20534">issue 20534</a>)
Expand Down
4 changes: 4 additions & 0 deletions core/src/main/resources/hudson/model/Label/index.jelly
Expand Up @@ -32,6 +32,10 @@ THE SOFTWARE.
${it.name}
</h1>

<j:forEach var="a" items="${it.actions}">
<st:include page="summary.jelly" from="${a}" optional="true" it="${a}" />
</j:forEach>

<div>
<h2>${%Nodes}</h2>
<j:forEach var="n" items="${it.nodes}">
Expand Down

0 comments on commit 08a96df

Please sign in to comment.