mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 04:23:04 +00:00
tweaks to the object lists
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user