fix fetchImage

This commit is contained in:
Joseph Schorr 2014-01-09 20:11:52 -05:00
parent 3222712c2a
commit d7dc03cf7a

View file

@ -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