We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e24327 commit 7a916f3Copy full SHA for 7a916f3
1 file changed
src/main/resources/org/jenkinsci/plugins/workflow/graph/FlowNode/sidepanel.jelly
@@ -26,8 +26,8 @@
26
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:l="/lib/layout" xmlns:t="/lib/hudson">
27
<l:side-panel>
28
<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"/>
+ <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"/>
31
<st:include page="actions.jelly"/>
32
</l:tasks>
33
</l:side-panel>
0 commit comments