Skip to content

Commit 39e1716

Browse files
jonesbusyValentin Delaye
andauthored
Replace tango icon with modern symbol for history link (#666)
Co-authored-by: Valentin Delaye <[email protected]>
1 parent af2dbaa commit 39e1716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/hudson/tasks/test/TestObject/sidepanel.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ THE SOFTWARE.
3333
<j:set var="buildUrl" value="${h.decompose(request)}" />
3434
<j:set var="baseUrl" value="${request.findAncestor(it).relativePath}"/>
3535
<st:include it="${it.run}" page="tasks.jelly" optional="true"/>
36-
<l:task href="${baseUrl}/history" icon="icon-graph icon-md" title="${%History}"/>
36+
<l:task href="${baseUrl}/history" icon="symbol-bar-chart-outline plugin-ionicons-api" title="${%History}"/>
3737
<st:include it="${it.run}" page="actions.jelly" optional="true" />
3838

3939
<t:actions actions="${it.testActions}" />

0 commit comments

Comments
 (0)