Skip to content

Commit

Permalink
Merge pull request #332 from DuMaM/bugfix/JENKINS-70655
Browse files Browse the repository at this point in the history
[JENKINS-70655] add missing diff button and restore it's function
  • Loading branch information
StefanSpieker authored Sep 14, 2024
2 parents a2c25aa + 8b11c03 commit 054bc92
Showing 1 changed file with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,21 @@

</tbody>
</table>
</f:form>

<j:set var="relevantPageNums" value="${it.getRelevantPageNums(pageNum*1)}" />
<j:set var="entryPerPageArray" value="10, 25, 100, 250, ${%all}" />
<j:set var="relevantPageNums" value="${it.getRelevantPageNums(pageNum*1)}" />
<j:set var="entryPerPageArray" value="10, 25, 100, 250, ${%all}" />

<f:bottomButtonBar>
<c:entries-per-page />
<c:pagination />

<!-- Show Diff -->
<j:if test="${configs.size() > 1}">
<button class="jenkins-button">${%Show Diffs}</button>
</j:if>
</f:bottomButtonBar>
</f:form>

<f:bottomButtonBar>
<c:entries-per-page />
<c:pagination />
</f:bottomButtonBar>
</j:otherwise>
</j:choose>
</div>
Expand Down

0 comments on commit 054bc92

Please sign in to comment.