Skip to content

Commit

Permalink
[JENKINS-43058] - Update terms in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed May 9, 2017
1 parent 4d7e065 commit 765e489
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@
<f:block><st:include page="assign-global-roles.jelly" optional="true" /></f:block> <f:block><st:include page="assign-global-roles.jelly" optional="true" /></f:block>
</f:rowSet> </f:rowSet>
</f:section> </f:section>
<f:section title="${%Project roles}"> <f:section title="${%Item roles}">
<f:rowSet name="projectRoles"> <f:rowSet name="projectRoles">
<f:block><st:include page="assign-project-roles.jelly" optional="true" /></f:block> <f:block><st:include page="assign-project-roles.jelly" optional="true" /></f:block>
</f:rowSet> </f:rowSet>
</f:section> </f:section>
<f:section title="${%Slave roles}"> <f:section title="${%Node roles}">
<f:rowSet name="slaveRoles"> <f:rowSet name="slaveRoles">
<f:block><st:include page="assign-slave-roles.jelly" optional="true" /></f:block> <f:block><st:include page="assign-slave-roles.jelly" optional="true" /></f:block>
</f:rowSet> </f:rowSet>
Expand Down

0 comments on commit 765e489

Please sign in to comment.