Skip to content

Commit

Permalink
style: Let core override icons on newer Jenkins versions (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Nov 30, 2021
1 parent cc134e5 commit 00e79c8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<l:layout title="${%Thread Dump}">
<l:side-panel>
<l:tasks>
<l:task icon="images/24x24/up.png" href="${rootURL}/${it.parentUrl}" title="${%Up}" contextMenu="false"/>
<l:task icon="icon-up icon-md" href="${rootURL}/${it.parentUrl}" title="${%Up}" contextMenu="false"/>
</l:tasks>
</l:side-panel>
<l:main-panel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ THE SOFTWARE.

<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout">
<l:task icon="plugin/workflow-cps/images/24x24/pause.png" title="${%Pause/resume}" href="${h.getActionUrl(it.url, action)}/toggle" post="true" contextMenu="true"/>
<l:task icon="plugin/workflow-cps/images/pause.svg" title="${%Pause/resume}" href="${h.getActionUrl(it.url, action)}/toggle" post="true" contextMenu="true"/>
</j:jelly>
1 change: 0 additions & 1 deletion src/main/webapp/images/24x24/README.md

This file was deleted.

Binary file removed src/main/webapp/images/24x24/pause.png
Binary file not shown.
4 changes: 4 additions & 0 deletions src/main/webapp/images/pause.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 00e79c8

Please sign in to comment.