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