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

Fix domains per page

parent d3f03591
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
{{ 'DOMAINS.ITEMS_PER_PAGE' | translate }}:
<span id="selectionItems" class="dropdown" style="vertical-align: middle; display: inline-block; margin-right: 1rem;">
<button class="dropdown-toggle btn" data-toggle="dropdown" data-close-others="true">
{{maxItemsOnPage}}
<span class="flex mt-2 mr-1">{{maxItemsOnPage}}</span>
</button>
<ul class="dropdown-menu">
<li *ngFor="let item of itemsPerPage" [ngClass]="{'active': maxItemsOnPage == item}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment