Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
This commit is contained in:
commit
af97ed1464
1 changed files with 2 additions and 1 deletions
|
@ -1820,7 +1820,8 @@ function ImageViewCtrl($scope, $routeParams, $rootScope, $timeout, ApiService, I
|
|||
$scope.image = ApiService.getImageAsResource(params).get(function(image) {
|
||||
$scope.repo = {
|
||||
'name': name,
|
||||
'namespace': namespace
|
||||
'namespace': namespace,
|
||||
'is_public': true
|
||||
};
|
||||
|
||||
$rootScope.title = 'View Image - ' + image.id;
|
||||
|
|
Reference in a new issue