Skip to content
Snippets Groups Projects
Commit d3f03591 authored by kbeyro's avatar kbeyro
Browse files

Fix user per page

parent 84c93340
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
</button> </button>
</div> </div>
<div class="" style="display: flex"> <div class="" style="display: flex">
<div *ngIf="isModeAllowed(ComponentMode.DELETE)" class="flex"> <div *ngIf="isModeAllowed(ComponentMode.DELETE)" class="flex ">
{{ 'USERS.ITEMS_PER_PAGE' | translate }}: <span class="mt-2 pr-1">{{ 'USERS.ITEMS_PER_PAGE' | translate }}:</span>
<span id="selectionItems" class="dropdown" <span id="selectionItems" class="dropdown"
style="vertical-align: middle; display: inline-block; margin-right: 1rem;"> style="vertical-align: middle; display: inline-block; margin-right: 1rem;">
<button class="dropdown-toggle btn" data-toggle="dropdown" data-close-others="true"> <button class="dropdown-toggle btn" data-toggle="dropdown" data-close-others="true">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment