Skip to content

Commit

Permalink
[Angular] Simplify template for UserManagementComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Jan 31, 2024
1 parent a9e3608 commit b2fbabd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,8 @@
}
</table>
</div>
}
<%_ if (!databaseTypeCassandra) { _%>
@if (users()) {
<div>
<div class="d-flex justify-content-center">
<<%= jhiPrefixDashed %>-item-count [params]="{ page: page, totalItems: totalItems(), itemsPerPage: itemsPerPage }"></<%= jhiPrefixDashed %>-item-count>
Expand All @@ -158,6 +156,6 @@
></ngb-pagination>
</div>
</div>
}
<%_ } _%>
}
</div>

0 comments on commit b2fbabd

Please sign in to comment.