提交 36557182 编写于 作者: S sogabe

Fixed 404 error in Dumb configuration

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@14327 71c3de6d-444a-0410-be80-ed276b4c234a
上级 a27fd88c
......@@ -10,12 +10,12 @@
<f:entry title="${%# of executors}"
help="/help/system-config/master-slave/numExecutors.html">
<f:textbox name="numExecutors" value="${it.numExecutors}"
checkUrl="'/fieldCheck?errorText='+escape('${%Number of executors is mandatory.}')+'&amp;type=number-positive&amp;value='+escape(this.value)"/>
checkUrl="'${rootURL}/fieldCheck?errorText='+escape('${%Number of executors is mandatory.}')+'&amp;type=number-positive&amp;value='+escape(this.value)"/>
</f:entry>
<f:entry title="${%Remote FS root}" help="/help/system-config/master-slave/remoteFS.html">
<f:textbox name="remoteFS" value="${it.remoteFS}"
checkUrl="'/remoteFSCheck?value='+escape(this.value)"/>
checkUrl="'${rootURL}/remoteFSCheck?value='+escape(this.value)"/>
</f:entry>
<f:entry title="${%Labels}" help="/help/system-config/master-slave/label.html">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册