Skip to content

Commit

Permalink
Use symbol for folder icon (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick authored Apr 29, 2024
2 parents 62c25d6 + 16573e0 commit 3c5cd21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.444</jenkins.version>
<jenkins.version>2.454</jenkins.version>
<no-test-jar>false</no-test-jar>
<hpi.compatibleSinceVersion>5.2</hpi.compatibleSinceVersion>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public String getIconFilePathPattern() {
*/
@Override
public String getIconClassName() {
return "icon-folder";
return "symbol-folder-outline plugin-ionicons-api";

Check warning on line 158 in src/main/java/com/cloudbees/hudson/plugins/folder/AbstractFolderDescriptor.java

View check run for this annotation

ci.jenkins.io / Code Coverage

Not covered line

Line 158 is not covered by tests
}

public boolean isIconConfigurable() {
Expand Down

0 comments on commit 3c5cd21

Please sign in to comment.