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