Skip to content

Commit

Permalink
Replace some logos by moderne svg symbols (#839)
Browse files Browse the repository at this point in the history
Co-authored-by: Benoit Guerin <[email protected]>
  • Loading branch information
jonesbusy and bguerin authored Oct 2, 2024
1 parent 4bcf6ca commit f7ade13
Show file tree
Hide file tree
Showing 9 changed files with 254 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public synchronized Run getRun() {
@CheckForNull
@Override
public String getIconFileName() {
return "/plugin/pipeline-maven/images/24x24/apache-maven.png";
return "symbol-apache-maven-icon plugin-pipeline-maven";
}

@CheckForNull
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ -3,7 +3,7 @@
xmlns:t="/lib/hudson">
<j:if test="${!empty it.deployedArtifacts}">
<table style="margin-top: 1em; margin-left:1em;">
<t:summary icon="/plugin/pipeline-maven/images/48x48/maven-repository.png">
<t:summary icon="symbol-apache-maven-rectangle plugin-pipeline-maven icon-lg">
${%last_deployed_artefacts}
<ul>
<j:forEach var="artifact" items="${it.deployedArtifacts}">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:t="/lib/hudson">
<j:if test="${!empty it.deployedArtifacts}">
<t:summary icon="/plugin/pipeline-maven/images/48x48/maven-repository.png">
<t:summary icon="symbol-apache-maven-rectangle plugin-pipeline-maven icon-lg">
${%deployed_artifacts}
<ul>
<j:forEach var="artifact" items="${it.deployedArtifacts}">
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit f7ade13

Please sign in to comment.