Skip to content

Commit

Permalink
Changing optional block help location
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Ball committed Feb 24, 2016
1 parent 58f6531 commit 6ad147c
Showing 1 changed file with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@
field="maxConcurrentPerNode">
<f:textbox />
</f:entry>

<f:optionalBlock name="limitOneJobWithMatchingParams"
title="${%Prevent multiple jobs with identical parameters from running concurrently}"
inline="true"
checked="${instance.limitOneJobWithMatchingParams}">
<f:entry title="${%List of parameters to check (comma-separated)}"
field="paramsToUseForLimit"
help="${descriptor.getHelpFile('limitOneJobWithMatchingParams')}">
<f:textbox />


<f:optionalBlock field="limitOneJobWithMatchingParams"
title="${%Prevent multiple jobs with identical parameters from running concurrently}"
inline="true">
<f:entry title="${%List of parameters to check (comma-separated)}"
field="paramsToUseForLimit">
<f:textbox />
</f:entry>
</f:optionalBlock>

Expand Down

0 comments on commit 6ad147c

Please sign in to comment.