Skip to content

Commit

Permalink
Update installed.jelly
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 28, 2024
1 parent 342ea36 commit 3ea42c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/resources/hudson/PluginManager/installed.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ THE SOFTWARE.
</td>
<j:set var="state" value="${p.enabled?'true':null}"/>
<td class="jenkins-table__cell--tight enable" data="${state}">
<span data-type="app-tooltip-wrapper">
<span data-type="app-tooltip-wrapper" class="jenkins-!-display-contents">
<div class="jenkins-table__cell__button-wrapper">
<span class="jenkins-toggle-switch">
<input type="checkbox" checked="${state}"
Expand Down Expand Up @@ -222,7 +222,7 @@ THE SOFTWARE.
</j:forEach>
</div>
</j:if>
<span data-type="app-tooltip-wrapper">
<span data-type="app-tooltip-wrapper" class="jenkins-!-display-contents">
<button data-action="uninstall"
type="button"
class="jenkins-button jenkins-button--tertiary jenkins-!-destructive-color"
Expand Down

0 comments on commit 3ea42c4

Please sign in to comment.