fix fetchImage
This commit is contained in:
parent
3222712c2a
commit
d7dc03cf7a
1 changed files with 1 additions and 1 deletions
|
@ -998,7 +998,7 @@ function ImageViewCtrl($scope, $routeParams, $rootScope, $timeout, ApiService) {
|
|||
}, 10);
|
||||
};
|
||||
|
||||
var fetchImages = function() {
|
||||
var fetchImage = function() {
|
||||
var params = {
|
||||
'repository': namespace + '/' + name,
|
||||
'image_id': imageid
|
||||
|
|
Reference in a new issue