Skip to content

Commit

Permalink
Merge pull request #88 from NotMyFault/chore/master/prep-for-icon-rem…
Browse files Browse the repository at this point in the history
…oval-from-core

chore: Prepare for sunset icon removal from core
  • Loading branch information
GLundh authored Jan 1, 2022
2 parents 4cbec14 + 429c52f commit c57dd7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/sonyericsson/rebuild/RebuildAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public Job getProject() {
@Override
public String getIconFileName() {
if (isRebuildAvailable()) {
return "clock.gif";
return "clock.png";
} else {
return null;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ THE SOFTWARE.
-->
<?jelly escape-by-default='true'?>

<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout"
xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:l="/lib/layout" xmlns:f="/lib/form">
<l:layout title="${%Rebuild}" norefresh="true" permission="${it.requiredPermission}">
<l:side-panel>
<l:tasks>
<l:task icon="images/24x24/up.gif" href="${rootURL}/"
<l:task icon="icon-up icon-md" href="${rootURL}/"
title="${%Back to Dashboard}"/>
</l:tasks>
</l:side-panel>
Expand Down Expand Up @@ -111,4 +110,4 @@ THE SOFTWARE.
</f:form>
</l:main-panel>
</l:layout>
</j:jelly>
</j:jelly>

0 comments on commit c57dd7b

Please sign in to comment.