Skip to content

Commit

Permalink
Update buildHealth.jelly
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed May 13, 2022
1 parent 7ed6ff0 commit 7d7cd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/hudson/buildHealth.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ THE SOFTWARE.
</j:if>
<j:choose>
<j:when test="${!empty(healthReports)}">
<a data-keyboard-shortcut="L" class="build-health-link jenkins-table__button" href="${empty(link)?'#':link}" style="${attrs.style}">
<a class="build-health-link jenkins-table__button" href="${empty(link)?'#':link}" style="${attrs.style}">
<l:svgIcon href="${resURL}/images/${icons.getIconByClassSpec(buildHealth.iconClassName + ' icon-md').url}" ariaHidden="true"/>
</a>
</j:when>
Expand Down

0 comments on commit 7d7cd05

Please sign in to comment.