Merge branch 'dockerbuild' of ssh://bitbucket.org/yackob03/quay into dockerbuild
This commit is contained in:
commit
d39848962f
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ function RepoCtrl($scope, Restangular, $routeParams, $rootScope, $location, $tim
|
|||
changesFetch.get().then(function(changeInfo) {
|
||||
$scope.currentImageChanges = changeInfo;
|
||||
}, function() {
|
||||
$scope.currentImageChanges = {};
|
||||
$scope.currentImageChanges = {'added': [], 'removed': [], 'changed': []};
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue