提交 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 @@
<j:set var="instance" value="${i}" />
<table>
<st:include from="${descriptor}" page="${descriptor.configPage}" />
<f:block>
<f:repeatableDeleteButton />
</f:block>
</table>
</j:forEach>
......@@ -26,6 +29,9 @@
<input type="hidden" name="kind" value="${descriptor.displayName}" />
<table>
<st:include from="${descriptor}" page="${descriptor.configPage}" />
<f:block>
<f:repeatableDeleteButton />
</f:block>
</table>
</div>
</j:forEach>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册