提交 4401ad2d 编写于 作者: K kohsuke

simplified.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3725 71c3de6d-444a-0410-be80-ed276b4c234a
上级 ddec1178
......@@ -5,15 +5,14 @@
<f:repeatable var="inst" items="${descriptor.installations}">
<table width="100%">
<f:entry title="name">
<input class="setting-input" name="ant_name"
type="text" value="${inst.name}"/>
<f:textbox name="ant_name" value="${inst.name}" />
</f:entry>
<f:entry title="ANT_HOME">
<input class="setting-input validated" name="ant_home"
type="text" value="${inst.antHome}"
<f:textbox name="ant_home" value="${inst.antHome}"
checkUrl="'builder/Ant/checkAntHome?value='+escape(this.value)"/>
</f:entry>
<f:entry title="">
<div align="right">
<f:repeatableDeleteButton />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册