mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 02:35:17 +01:00
Merge pull request #11160 from jwangyangls/repo-pagination
[fix] fix repo pagination
This commit is contained in:
commit
61d7eaa405
@ -72,8 +72,7 @@ export class RepositoryGridviewComponent implements OnChanges, OnInit, OnDestroy
|
||||
cardHover = false;
|
||||
listHover = false;
|
||||
|
||||
// pageSize: number = DEFAULT_PAGE_SIZE;
|
||||
pageSize: number = 3;
|
||||
pageSize: number = DEFAULT_PAGE_SIZE;
|
||||
currentPage = 1;
|
||||
totalCount = 0;
|
||||
currentState: ClrDatagridStateInterface;
|
||||
|
Loading…
Reference in New Issue
Block a user