Skip to content

Commit

Permalink
Update HudsonPrivateSecurityRealm.java
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 11, 2022
1 parent 1abe3de commit 1f09bf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ public static final class ManageUserLinks extends ManagementLink {
@Override
public String getIconFileName() {
if (Jenkins.get().getSecurityRealm() instanceof HudsonPrivateSecurityRealm)
return "user.svg";
return "symbol-people";
else
return null; // not applicable now
}
Expand Down

0 comments on commit 1f09bf9

Please sign in to comment.