mirror of
https://github.com/goharbor/harbor
synced 2025-04-16 02:58:02 +00: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