Skip to content

Commit

Permalink
Add page title for New Node page
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Oct 21, 2021
1 parent 7cddfd3 commit 3eb5b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/hudson/model/ComputerSet/new.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ THE SOFTWARE.
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:s="/lib/form">
<j:getStatic var="createPermission" className="hudson.model.Computer" field="CREATE"/>
<l:layout permission="${createPermission}">
<l:layout title="${%New node}" permission="${createPermission}">
<st:include page="sidepanel.jelly" />
<l:main-panel>
<j:invokeStatic var="slaves" className="hudson.slaves.NodeDescriptor" method="allInstantiable" />
Expand Down

0 comments on commit 3eb5b63

Please sign in to comment.