Skip to content

Commit

Permalink
[JENKINS-68642] Agents log link is shown to users without permission (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Langer0416 authored Jul 6, 2022
1 parent 387e50d commit d6d6eb6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ THE SOFTWARE.
<j:when test="${it.isConnecting()}">
<p>
${%launchingDescription}
<j:if test="${it.hasPermission(it.CONFIGURE) or it.hasPermission(it.CONNECT)}">
<a href="log">${%See log for more details}</a>
</j:if>
</p>

<l:hasPermission permission="${it.CONNECT}">
Expand Down

0 comments on commit d6d6eb6

Please sign in to comment.