Simple Managment webapp [LLM]
This commit is contained in:
@@ -45,15 +45,15 @@
|
||||
</div>
|
||||
}
|
||||
|
||||
<nz-card>
|
||||
<nz-table
|
||||
#messageTable
|
||||
[nzData]="messages()"
|
||||
[nzLoading]="loading()"
|
||||
[nzShowPagination]="false"
|
||||
[nzNoResult]="noResultTpl"
|
||||
nzSize="middle"
|
||||
>
|
||||
<nz-table
|
||||
#messageTable
|
||||
nzBordered
|
||||
[nzData]="messages()"
|
||||
[nzLoading]="loading()"
|
||||
[nzShowPagination]="false"
|
||||
[nzNoResult]="noResultTpl"
|
||||
nzSize="middle"
|
||||
>
|
||||
<ng-template #noResultTpl></ng-template>
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -108,16 +108,15 @@
|
||||
</tr>
|
||||
}
|
||||
</tbody>
|
||||
</nz-table>
|
||||
</nz-table>
|
||||
|
||||
<div class="pagination-controls">
|
||||
<nz-pagination
|
||||
[nzPageIndex]="currentPage()"
|
||||
[nzPageSize]="pageSize"
|
||||
[nzTotal]="totalCount()"
|
||||
[nzDisabled]="loading()"
|
||||
(nzPageIndexChange)="goToPage($event)"
|
||||
></nz-pagination>
|
||||
</div>
|
||||
</nz-card>
|
||||
<div class="pagination-controls">
|
||||
<nz-pagination
|
||||
[nzPageIndex]="currentPage()"
|
||||
[nzPageSize]="pageSize"
|
||||
[nzTotal]="totalCount()"
|
||||
[nzDisabled]="loading()"
|
||||
(nzPageIndexChange)="goToPage($event)"
|
||||
></nz-pagination>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user