Skip to content

Commit

Permalink
use symbol for parameters in build history of pending jobs (#8977)
Browse files Browse the repository at this point in the history
use symbol for parameters in build history

replace the notepad icon in the build history for pending jobs with the
symbol for parameters
Remove the wrapper in a link that does nothing except altering the
location
  • Loading branch information
mawinter69 committed Feb 24, 2024
1 parent 0d9fe47 commit 885978d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ THE SOFTWARE.
</j:choose>
<j:if test="${!item.params.isEmpty()}">
<div style="float:right;margin-right:10px;">
<a href="#" tooltip="Build Parameters:${item.params}"><l:icon class="icon-notepad icon-sm" /></a>
<l:icon src="symbol-parameters" class="icon-sm" tooltip="Build Parameters:${item.params}"/>
</div>
</j:if>
</div>
Expand Down

0 comments on commit 885978d

Please sign in to comment.