1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-07 00:32:54 +00:00

fix: add missing 'fatal' severity

This commit is contained in:
2024-05-15 17:27:04 +02:00
parent 86bee9e2cf
commit e9839c2731
3 changed files with 13 additions and 8 deletions

View File

@ -55,6 +55,7 @@
<td th:if="${issue.severity.value == 'info'}" class="bg-blue"><small>[[ ${issue.severity} ]]</small></td>
<td th:if="${issue.severity.value == 'warning'}" class="bg-yellow"><small>[[ ${issue.severity} ]]</small></td>
<td th:if="${issue.severity.value == 'error'}" class="bg-red"><small>[[ ${issue.severity} ]]</small></td>
<td th:if="${issue.severity.value == 'fatal'}" class="bg-red"><small>[[ ${issue.severity} ]]</small></td>
<td>[[ ${issue.message} ]]</td>
</tr>
</tbody>