We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10f43a6 + 6774898 commit 247bbcaCopy full SHA for 247bbca
main/src/main/resources/report.html
@@ -364,7 +364,7 @@ <h3 th:text="${noticesByCode.key}" />
364
</tr>
365
</thead>
366
<tbody>
367
- <tr th:each="notice: ${noticesByCode.value}">
+ <tr th:each="notice, iterStat : ${noticesByCode.value}" th:if="${iterStat.index < 50}">
368
<th:block th:each="field: ${uniqueFieldsByCode[noticesByCode.key]}">
369
<td th:text="${notice.getFields().contains(field) ? notice.getValueForField(field) : 'N/A'}" />
370
</th:block>
0 commit comments