Skip to content

Commit 7a916f3

Browse files
authored
chore: Prepare for icon removal from core (jenkinsci#192)
1 parent 5e24327 commit 7a916f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/main/resources/org/jenkinsci/plugins/workflow/graph/FlowNode

src/main/resources/org/jenkinsci/plugins/workflow/graph/FlowNode/sidepanel.jelly

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:l="/lib/layout" xmlns:t="/lib/hudson">
2727
<l:side-panel>
2828
<l:tasks>
29-
<l:task icon="images/24x24/up.png" href="${rootURL}/${it.execution.owner.url}" title="${%Up}" contextMenu="false"/>
30-
<l:task icon="images/24x24/search.png" href="${rootURL}/${it.url}" title="${%Status}" contextMenu="false"/>
29+
<l:task icon="icon-up icon-md" href="${rootURL}/${it.execution.owner.url}" title="${%Up}" contextMenu="false"/>
30+
<l:task icon="icon-search icon-md" href="${rootURL}/${it.url}" title="${%Status}" contextMenu="false"/>
3131
<st:include page="actions.jelly"/>
3232
</l:tasks>
3333
</l:side-panel>

0 commit comments

Comments
 (0)