feat: add DCB User Service API - Authentication system with KEYCLOAK - Modular architecture with services for each feature
This commit is contained in:
parent
4788a9d814
commit
d88311deaa
@ -211,7 +211,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Pagination -->
|
||||
@if (totalPages > 1) {
|
||||
@if (totalPages >= 1) {
|
||||
<div class="d-flex justify-content-between align-items-center mt-3">
|
||||
<div class="text-muted">
|
||||
Affichage de {{ (currentPage - 1) * itemsPerPage + 1 }} à
|
||||
|
||||
Loading…
Reference in New Issue
Block a user