提交 cc0d11ab 编写于 作者: R redsolo

[FIXED HUDSON-2398] Show summary.jelly files for JobProperties in the project page

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@12261 71c3de6d-444a-0410-be80-ed276b4c234a
上级 84c1b713
......@@ -8,6 +8,7 @@
<st:include page="ajaxMatrix.jelly" />
<p:projectActionFloatingBox/>
<st:include page="jobpropertysummaries.jelly" />
<p:upstream-downstream />
</l:main-panel>
</l:layout>
......
......@@ -34,6 +34,7 @@
</j:if>
</table>
<st:include page="jobpropertysummaries.jelly" />
<p:upstream-downstream />
<st:include page="permalinks.jelly" />
......
......@@ -11,6 +11,7 @@
</div>
</j:if>
<st:include page="jobpropertysummaries.jelly" />
<!-- inject main part here -->
<st:include page="main.jelly" />
......
<!-- display permalinks of the page -->
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler">
<!-- give properties a chance to contribute summary item -->
<j:forEach var="p" items="${it.properties.values()}">
<st:include page="summary.jelly" from="${p}" optional="true" it="${p}" />
</j:forEach>
</j:jelly>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册