Skip to content

Commit

Permalink
Merge pull request #2311 from Vlatombe/JENKINS-34601
Browse files Browse the repository at this point in the history
[JENKINS-34601] Fix help file for node name attribute
  • Loading branch information
daniel-beck committed May 6, 2016
2 parents c2525bf + 789dc6d commit 0a361c1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ THE SOFTWARE.
<st:include page="sidepanel.jelly"/>
<l:main-panel>
<f:form method="post" action="doCreateItem" name="config">
<f:entry title="${%Name}" help="/help/system-config/master-slave/name.html">
<f:entry title="${%Name}" help="${requestScope.descriptor.getHelpFile('name')}">
<f:textbox name="name" value="${request.getParameter('name')}" clazz="required" checkMessage="${%Name is mandatory}"/>
</f:entry>

Expand Down

0 comments on commit 0a361c1

Please sign in to comment.