Skip to content

Commit

Permalink
Update pane.jelly
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Dec 19, 2023
1 parent 7958578 commit 05904fb
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions core/src/main/resources/lib/layout/pane.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,9 @@ THE SOFTWARE.
<j:choose>
<div class="pane-content">
<j:when test="${paneIsCollapsed}">
<table class="pane">
<tr>
<td class="pane">
${attrs.collapsedText}
</td>
</tr>
</table>
<div class="jenkins-pane__notice">
${attrs.collapsedText}
</div>
</j:when>
<j:otherwise>
<table class="pane ${attrs.class}">
Expand Down

0 comments on commit 05904fb

Please sign in to comment.