Skip to content

Commit 247bbca

Browse files
authored
Merge branch 'master' into fix/sentry_logging_levels
2 parents 10f43a6 + 6774898 commit 247bbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/main/resources/report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h3 th:text="${noticesByCode.key}" />
364364
</tr>
365365
</thead>
366366
<tbody>
367-
<tr th:each="notice: ${noticesByCode.value}">
367+
<tr th:each="notice, iterStat : ${noticesByCode.value}" th:if="${iterStat.index < 50}">
368368
<th:block th:each="field: ${uniqueFieldsByCode[noticesByCode.key]}">
369369
<td th:text="${notice.getFields().contains(field) ? notice.getValueForField(field) : 'N/A'}" />
370370
</th:block>

0 commit comments

Comments
 (0)