Skip to content

Commit

Permalink
Revert "[JENKINS-71089] Fix hasHeader attribute for f:hetero-list" (
Browse files Browse the repository at this point in the history
jenkinsci#7931)

Revert "[JENKINS-71089] Fix `hasHeader` attribute for `f:hetero-list` (jenkinsci#7853)"

This reverts commit 4c3fe67.
  • Loading branch information
janfaracik authored May 5, 2023
1 parent 8a91a12 commit cde6bc2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions core/src/main/resources/lib/form/hetero-list.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,11 @@ THE SOFTWARE.
<j:set var="help" value="${descriptor.helpFile}" />

<div class="repeated-chunk__header">
<j:if test="${attrs.hasHeader}">
<div class="${attrs.disableDragAndDrop or readOnlyMode ? '' : 'dd-handle'}"/>
<div class="${attrs.disableDragAndDrop or readOnlyMode ? '' : 'dd-handle'}"/>

${descriptor.displayName}
${descriptor.displayName}

<f:helpLink url="${help}"/>
</j:if>
<f:helpLink url="${help}"/>

<j:if test="${!readOnlyMode}">
<f:repeatableDeleteButton value="${attrs.deleteCaption}" />
Expand Down

0 comments on commit cde6bc2

Please sign in to comment.