Skip to content

Commit

Permalink
Merge pull request #26 from hvisser/remote-home-fix
Browse files Browse the repository at this point in the history
Bring back remoteFS in the slave configuration page.
  • Loading branch information
francisu committed Feb 7, 2013
2 parents a332a54 + e424dea commit 082f3e5
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ THE SOFTWARE.
<f:entry title="${%# of executors}" field="numExecutors"> <f:entry title="${%# of executors}" field="numExecutors">
<f:textbox /> <f:textbox />
</f:entry> </f:entry>

<f:entry title="${%Labels}" field="labelString"> <f:entry title="${%Labels}" field="labelString">
<f:textbox /> <f:textbox />
</f:entry> </f:entry>
Expand All @@ -68,6 +68,10 @@ THE SOFTWARE.
<f:textarea /> <f:textarea />
</f:entry> </f:entry>


<f:entry title="${%Remote FS root}" field="remoteFS">
<f:textbox />
</f:entry>

<f:entry title="${%Remote user}" field="remoteAdmin"> <f:entry title="${%Remote user}" field="remoteAdmin">
<f:textbox /> <f:textbox />
</f:entry> </f:entry>
Expand Down

0 comments on commit 082f3e5

Please sign in to comment.