mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-03 09:09:47 +01:00
Merge pull request #430 from reasonerjt/job-service
return 5 repositories in top list
This commit is contained in:
commit
3268db3fdf
@ -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…
Reference in New Issue
Block a user