提交 292125c3 编写于 作者: K kohsuke

added delete button here for now.

Eventually I should make this a table where each item can occupy multiple rows.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5498 71c3de6d-444a-0410-be80-ed276b4c234a
上级 8ffeb6b5
...@@ -14,6 +14,9 @@ ...@@ -14,6 +14,9 @@
<j:set var="instance" value="${i}" /> <j:set var="instance" value="${i}" />
<table> <table>
<st:include from="${descriptor}" page="${descriptor.configPage}" /> <st:include from="${descriptor}" page="${descriptor.configPage}" />
<f:block>
<f:repeatableDeleteButton />
</f:block>
</table> </table>
</j:forEach> </j:forEach>
...@@ -26,6 +29,9 @@ ...@@ -26,6 +29,9 @@
<input type="hidden" name="kind" value="${descriptor.displayName}" /> <input type="hidden" name="kind" value="${descriptor.displayName}" />
<table> <table>
<st:include from="${descriptor}" page="${descriptor.configPage}" /> <st:include from="${descriptor}" page="${descriptor.configPage}" />
<f:block>
<f:repeatableDeleteButton />
</f:block>
</table> </table>
</div> </div>
</j:forEach> </j:forEach>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册