tweaks to the object lists

This commit is contained in:
Art Lowel
2017-06-20 14:27:35 +02:00
parent 429d4a8937
commit b04b103207
5 changed files with 21 additions and 6 deletions

View File

@@ -7,10 +7,10 @@
(pageSizeChange)="onPageSizeChange($event)"
(sortDirectionChange)="onSortDirectionChange($event)"
(sortFieldChange)="onSortDirectionChange($event)">
<ul *ngIf="objects.hasSucceeded | async">
<ul *ngIf="objects.hasSucceeded | async" class="list-unstyled">
<li *ngFor="let object of (objects.payload | async) | paginate: { itemsPerPage: (pageInfo | async)?.elementsPerPage, currentPage: (pageInfo | async)?.currentPage, totalItems: (pageInfo | async)?.totalElements }">
<ds-object-list-element [object]="object"></ds-object-list-element>
</li>
</ul>
</ds-pagination>
</ds-pagination>