mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-24 08:31:24 +01:00
[fix] fix repo pagination
Signed-off-by: Yogi_Wang <yawang@vmware.com>
This commit is contained in:
parent
63cf1fce7f
commit
2786a3347c
@ -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