Commit e57011080a48c0e8a62f9285917c7381c20f673e
1 parent
2cf61e38e6
Exists in
master
disabled pagination
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
src/app/components/abm-imagenes/abm-imagenes.component.html
| ... | ... | @@ -87,8 +87,15 @@ |
| 87 | 87 | </div> |
| 88 | 88 | |
| 89 | 89 | <div class="row" *ngIf="paginationData"> |
| 90 | + <div> | |
| 91 | + | |
| 92 | + </div> | |
| 90 | 93 | <div class="col"> |
| 94 | + <span class="text-danger"> | |
| 95 | + Por el momento la paginación no funciona. | |
| 96 | + </span> | |
| 91 | 97 | <pagination |
| 98 | + [disabled]="true" | |
| 92 | 99 | [rotate]="false" |
| 93 | 100 | [(ngModel)]="paginationData.page" |
| 94 | 101 | [totalItems]="paginationData.rowCount" |