Limit to 3 builds on the info panel
This commit is contained in:
parent
704b60e5ce
commit
638ba39f7f
1 changed files with 2 additions and 1 deletions
|
@ -72,7 +72,8 @@
|
|||
|
||||
var loadRepositoryBuilds = function(callback) {
|
||||
var params = {
|
||||
'repository': $scope.namespace + '/' + $scope.name
|
||||
'repository': $scope.namespace + '/' + $scope.name,
|
||||
'limit': 3
|
||||
};
|
||||
|
||||
var errorHandler = function() {
|
||||
|
|
Reference in a new issue