Skip to content

Commit

Permalink
Merge remote-tracking branch 'jenkinsci/master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Apr 12, 2022
2 parents c87b7a3 + 3def2de commit 320cd02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.38</version>
<version>4.40</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.332.x</artifactId>
<version>1210.vcd41f6657f03</version>
<version>1246.va_b_50630c1d19</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/lib/credentials/select.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@
<j:set var="storeItems" value="${selectHelper.getStoreItems(context, includeUser)}"/>
<j:choose>
<j:when test="${selectHelper.hasCreatePermission(context, includeUser) and storeItems != null and !storeItems.isEmpty()}">
<button type="button" class="credentials-add-menu hetero-list-add" menualign="${attrs.menuAlign}"
<button class="credentials-add-menu hetero-list-add jenkins-button jenkins-button--transparent" menualign="${attrs.menuAlign}"
suffix="${attrs.name}">
<l:icon class="symbol-add"/>
<l:icon src="symbol-add"/>
${%Add}
</button>
<div class="credentials-add-menu-items yuimenu">
Expand Down Expand Up @@ -149,8 +149,8 @@
</div>
</j:when>
<j:otherwise>
<button class="credentials-add" type="button" disabled="disabled">
<l:icon class="symbol-add"/>
<button class="credentials-add jenkins-button jenkins-button--transparent">
<l:icon src="symbol-add"/>
${%Add}
</button>
</j:otherwise>
Expand Down

0 comments on commit 320cd02

Please sign in to comment.