Skip to content

Commit

Permalink
Modernize config-file-provider icons
Browse files Browse the repository at this point in the history
  • Loading branch information
bzzitsme committed Jul 20, 2022
1 parent 9b7349e commit b485a9c
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 131 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ support for the following file types:

Choose the "Managed files" in the administration home:

image:docs/images/Screenshot_2018-12-11_094438_001.png[image]
image:docs/images/managed-files.png[image]

Edit an existing file or add a new file:

image:docs/images/cfg-files.jpg[image]
image:docs/images/cfg-files.png[image]

Choose the configuration type:

Expand Down
Binary file removed docs/images/Screenshot_2018-12-11_094438_001.png
Binary file not shown.
Binary file removed docs/images/cfg-files.jpg
Binary file not shown.
Binary file added docs/images/cfg-files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/managed-files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<maven.javadoc.skip>true</maven.javadoc.skip>
<jenkins.version>2.303.3</jenkins.version>
<jenkins.version>2.346</jenkins.version>
<hpi.compatibleSinceVersion>2.15</hpi.compatibleSinceVersion>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ of this software and associated documentation files (the "Software"), to deal
@Extension
public class ConfigFilesManagement extends ManagementLink implements ConfigFilesUIContract, StaplerProxy {

public static final String ICON_PATH = "/plugin/config-file-provider/images/cfg_logo.png";
public static final String ICON_PATH = "symbol-cfg-logo plugin-config-file-provider";

private ConfigFileStore store;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public interface ConfigFilesUIContract {

public static final String JELLY_RESOURCES_PATH = "/org/jenkinsci/plugins/configfiles/ConfigFilesUI/";

public static final String ICON_PATH = "/plugin/config-file-provider/images/cfg_logo.png";
public static final String ICON_PATH = "symbol-cfg-logo plugin-config-file-provider";

public static Pattern ID_PATTERN = Pattern.compile("^[a-zA-Z0-9_.-]*$");

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/images/symbols/cfg-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ THE SOFTWARE.

<l:main-panel>
<h1>
<img src="${it.getIconUrl(rootURL)}" height="48px" width="48px" alt="" />
<l:icon src="symbol-cfg-logo plugin-config-file-provider" class="icon-xlg" />
<j:out value=" " />
${%Config File Management}
</h1>
Expand Down
Binary file removed src/main/webapp/images/cfg_logo.png
Binary file not shown.
125 changes: 0 additions & 125 deletions src/main/webapp/images/cfg_logo.svg

This file was deleted.

0 comments on commit b485a9c

Please sign in to comment.