mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-08-13 15:11:14 +00:00
Enabled OffsetDateTime support
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
<div class="separator mb-2 mt-2"></div>
|
||||
<h3 th:if="${!schema.getErrors().isEmpty()}"
|
||||
class="fw-bold mt-3 mb-3"><i class="bi bi-exclamation-triangle"></i> Errors</h3>
|
||||
<ul>
|
||||
<ul class="mapping-errors">
|
||||
<li th:each="error : ${schema.getErrors()}" th:text="${error.getMessage()}">
|
||||
</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user