Skip to content

Commit 885978d

Browse files
authored
use symbol for parameters in build history of pending jobs (#8977)
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
1 parent 0d9fe47 commit 885978d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/jenkins/widgets/HistoryPageFilter/queue-items.jelly

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ THE SOFTWARE.
5858
</j:choose>
5959
<j:if test="${!item.params.isEmpty()}">
6060
<div style="float:right;margin-right:10px;">
61-
<a href="#" tooltip="Build Parameters:${item.params}"><l:icon class="icon-notepad icon-sm" /></a>
61+
<l:icon src="symbol-parameters" class="icon-sm" tooltip="Build Parameters:${item.params}"/>
6262
</div>
6363
</j:if>
6464
</div>

0 commit comments

Comments
 (0)