Skip to content

Commit

Permalink
Switch action icon to lock symbol (#423)
Browse files Browse the repository at this point in the history
Update action icon to use built in Jenkins lock-closed symbol.
  • Loading branch information
cronik committed Dec 7, 2022
1 parent caacd42 commit 92cffb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 140 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class LockableResourcesRootAction implements RootAction {
Jenkins.ADMINISTER,
PermissionScope.JENKINS);

public static final String ICON = "/plugin/lockable-resources/img/device.svg";
public static final String ICON = "symbol-lock-closed";

@Override
public String getIconFileName() {
Expand Down
139 changes: 0 additions & 139 deletions src/main/webapp/img/device.svg

This file was deleted.

0 comments on commit 92cffb2

Please sign in to comment.