Skip to content

Commit

Permalink
FIO-8779 updated class name for page number
Browse files Browse the repository at this point in the history
  • Loading branch information
HannaKurban committed Aug 6, 2024
1 parent ca0bc36 commit 213fa35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<tr>
<td *ngIf="header" [colSpan]="header.numHeaders">
<button *ngIf="actionAllowed('formCreate')" class="btn btn-primary form-btn-use float-start" (click)="createItem.emit('form')"><em class="fa fa-plus bi bi-plus-lg"></em> {{ createText }}</button>
<span class="float-end item-counter"><span class="page-num">{{ body.firstItem }} - {{ body.lastItem }}</span> / {{ body.total }} total</span>
<span class="pull-right item-counter"><span class="page-num">{{ body.firstItem }} - {{ body.lastItem }}</span> / {{ body.total }} total</span>
<span [attr.aria-label]="label" role="navigation">
<pagination [totalItems]="body.total" [itemsPerPage]="body.limit" [(ngModel)]="body.skip" (pageChanged)="pageChanged.emit($event)" [maxSize]="size" class="justify-content-center pagination-sm">
</pagination>
Expand Down

0 comments on commit 213fa35

Please sign in to comment.