提交 4acae8cf 编写于 作者: J Jesse Glick

Set the default executor count for a dumb slave to 1, so the user is not forced to type this in.

上级 215a834e
......@@ -33,7 +33,7 @@ THE SOFTWARE.
</f:entry>
<f:entry title="${%# of executors}" field="numExecutors">
<f:number clazz="positive-number" min="1" step="1" />
<f:number clazz="positive-number" min="1" step="1" default="1"/>
</f:entry>
<f:entry title="${%Remote FS root}" field="remoteFS">
......@@ -88,4 +88,4 @@ THE SOFTWARE.
<f:descriptorList title="${%Node Properties}" descriptors="${h.getNodePropertyDescriptors(descriptor.clazz)}" field="nodeProperties" />
</j:jelly>
\ No newline at end of file
</j:jelly>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册