提交 08a96df6 编写于 作者: D Daniel Beck 提交者: Vojtech Juranek

[FIXED JENKINS-21777] Actions contributing to Labels' index page

上级 3c2f5046
...@@ -55,6 +55,9 @@ Upcoming changes</a> ...@@ -55,6 +55,9 @@ Upcoming changes</a>
<!-- Record your changes in the trunk here. --> <!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=--> <div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image> <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> <li class=bug>
Expensive symlink-related calls on Windows can be simplified. Expensive symlink-related calls on Windows can be simplified.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20534">issue 20534</a>) (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20534">issue 20534</a>)
......
...@@ -32,6 +32,10 @@ THE SOFTWARE. ...@@ -32,6 +32,10 @@ THE SOFTWARE.
${it.name} ${it.name}
</h1> </h1>
<j:forEach var="a" items="${it.actions}">
<st:include page="summary.jelly" from="${a}" optional="true" it="${a}" />
</j:forEach>
<div> <div>
<h2>${%Nodes}</h2> <h2>${%Nodes}</h2>
<j:forEach var="n" items="${it.nodes}"> <j:forEach var="n" items="${it.nodes}">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册