Skip to content

Commit

Permalink
[JENKINS-34601] Fix help file for node name attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed May 4, 2016
1 parent 5e0b737 commit 789dc6d
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 789dc6d

Please sign in to comment.