mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 10:45:45 +01:00
return 5 repositories in top list
This commit is contained in:
parent
e088637274
commit
a52f1b4ff4
@ -11,7 +11,7 @@
|
|||||||
function TopRepositoryController(ListTopRepositoryService) {
|
function TopRepositoryController(ListTopRepositoryService) {
|
||||||
var vm = this;
|
var vm = this;
|
||||||
|
|
||||||
ListTopRepositoryService(10)
|
ListTopRepositoryService(5)
|
||||||
.success(listTopRepositorySuccess)
|
.success(listTopRepositorySuccess)
|
||||||
.error(listTopRepositoryFailed);
|
.error(listTopRepositoryFailed);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user