mirror of
https://github.com/goharbor/harbor
synced 2025-05-21 16:40:10 +00:00
return 5 repositories in top list
This commit is contained in:
parent
e088637274
commit
a52f1b4ff4
@ -11,7 +11,7 @@
|
||||
function TopRepositoryController(ListTopRepositoryService) {
|
||||
var vm = this;
|
||||
|
||||
ListTopRepositoryService(10)
|
||||
ListTopRepositoryService(5)
|
||||
.success(listTopRepositorySuccess)
|
||||
.error(listTopRepositoryFailed);
|
||||
|
||||
@ -38,4 +38,4 @@
|
||||
return directive;
|
||||
}
|
||||
|
||||
})();
|
||||
})();
|
||||
|
Loading…
x
Reference in New Issue
Block a user