Skip to content

Commit

Permalink
Change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 19, 2023
1 parent 8c27914 commit fee71af
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public String getCredentialsPage() {
* @since 1.25
*/
public String getIconClassName() {
return "symbol-key";
return "symbol-credentials plugin-credentials";
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public String iconClassName() {
if (c != null) {
return c.getDescriptor().getIconClassName();
}
return "symbol-key";
return "symbol-credentials plugin-credentials";
}

public String url() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ public String getDisplayName() {
*/
@Override
public String getIconClassName() {
return "symbol-key";
return "symbol-credentials plugin-credentials";
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ public boolean isVisible() {
@Override
public String getIconClassName() {
return isVisible()
? "symbol-key"
? "symbol-credentials plugin-credentials"
: null;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class GlobalCredentialsConfiguration extends ManagementLink
public String getIconFileName() {
return ExtensionList.lookup(CredentialsDescriptor.class).isEmpty()
? null
: "symbol-key";
: "symbol-credential-providers plugin-credentials";
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public String getCategoryName() {

@Override
public String getIconFileName() {
return "symbol-key";
return "symbol-credentials plugin-credentials";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public ModelObject getContext() {
@Override
public String getIconFileName() {
return isVisible()
? "symbol-key"
? "symbol-credentials plugin-credentials"
: null;
}

Expand Down Expand Up @@ -295,7 +295,7 @@ public List<TableEntry> getTableEntries() {
@Override
public String getIconClassName() {
return isVisible()
? "symbol-key"
? "symbol-credentials plugin-credentials"
: null;
}

Expand Down
12 changes: 12 additions & 0 deletions src/main/resources/images/symbols/credential-providers.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/main/resources/images/symbols/credentials.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fee71af

Please sign in to comment.