Skip to content

Commit

Permalink
change legacyapitoken revoke button style
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinter69 committed Jun 29, 2023
1 parent 9e65c05 commit bb2e40e
Showing 1 changed file with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,16 +155,12 @@ THE SOFTWARE.
<a href="#" class="action" id="legacy-api-token-monitor-select-recent">${%only recent}</a>
</div>

<div class="action-panel">
<span class="yui-button">
<button class="action-revoke-selected"
data-url="${rootURL}/${it.url}/revokeAllSelected"
data-confirm-template="${%RevokeAllSelected_confirm}"
data-nothing-selected="${%RevokeAllSelected_nothing}">
${%RevokeAllSelected}
</button>
</span>
</div>
<button type="button" class="action-revoke-selected jenkins-button jenkins-button--primary"
data-url="${rootURL}/${it.url}/revokeAllSelected"
data-confirm-template="${%RevokeAllSelected_confirm}"
data-nothing-selected="${%RevokeAllSelected_nothing}">
${%RevokeAllSelected}
</button>
</div>
</l:main-panel>
</l:layout>
Expand Down

0 comments on commit bb2e40e

Please sign in to comment.