mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-24 01:27:49 +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) {
|
function TopRepositoryController(ListTopRepositoryService) {
|
||||||
var vm = this;
|
var vm = this;
|
||||||
|
|
||||||
ListTopRepositoryService(10)
|
ListTopRepositoryService(5)
|
||||||
.success(listTopRepositorySuccess)
|
.success(listTopRepositorySuccess)
|
||||||
.error(listTopRepositoryFailed);
|
.error(listTopRepositoryFailed);
|
||||||
|
|
||||||
@ -38,4 +38,4 @@
|
|||||||
return directive;
|
return directive;
|
||||||
}
|
}
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
Loading…
Reference in New Issue
Block a user