Skip to content

Commit e14e9f6

Browse files
authored
[JENKINS-75833] show navigation buttons for global and agent roles (#411)
2 parents 81b759c + ce74541 commit e14e9f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/main/resources/com/michelin/cio/hudson/plugins/rolestrategy/RoleStrategyConfig/assign-agent-roles.jelly

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
<local:table id="${tableid}" roles="${agentGrantedRoles}" showPattern="true" template="newAgentRowTemplate" highlighter="agentTableHighlighter">
3636
<j:if test="${rspMode == 'rsp-navigation'}">
37+
<local:navigationButtons/>
3738
<template id="newAgentRowTemplate">
3839
<tr class="permission-row highlight-row" data-descriptor-url="${descriptorPath}">
3940
<local:userRow title="{{USER}}" type="${it.strategy.SLAVE}" typedescription="{{USERGROUP}}"/>

src/main/resources/com/michelin/cio/hudson/plugins/rolestrategy/RoleStrategyConfig/assign-global-roles.jelly

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
</div>
4646
</j:if>
4747
<j:if test="${rspMode == 'rsp-navigation'}">
48+
<local:navigationButtons/>
4849
<template id="newGlobalRowTemplate">
4950
<tr class="permission-row highlight-row" data-descriptor-url="${descriptorPath}">
5051
<local:userRow title="{{USER}}" type="${it.strategy.GLOBAL}" typedescription="{{USERGROUP}}"/>

0 commit comments

Comments
 (0)