Skip to content

Commit

Permalink
chore: Prepare for icon removal from core (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Jan 15, 2022
1 parent 5e24327 commit 7a916f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:l="/lib/layout" xmlns:t="/lib/hudson">
<l:side-panel>
<l:tasks>
<l:task icon="images/24x24/up.png" href="${rootURL}/${it.execution.owner.url}" title="${%Up}" contextMenu="false"/>
<l:task icon="images/24x24/search.png" href="${rootURL}/${it.url}" title="${%Status}" contextMenu="false"/>
<l:task icon="icon-up icon-md" href="${rootURL}/${it.execution.owner.url}" title="${%Up}" contextMenu="false"/>
<l:task icon="icon-search icon-md" href="${rootURL}/${it.url}" title="${%Status}" contextMenu="false"/>
<st:include page="actions.jelly"/>
</l:tasks>
</l:side-panel>
Expand Down

0 comments on commit 7a916f3

Please sign in to comment.