diff --git a/app/scripts/controllers/image.js b/app/scripts/controllers/image.js index 7c33587b5c..42bff5796b 100644 --- a/app/scripts/controllers/image.js +++ b/app/scripts/controllers/image.js @@ -101,6 +101,7 @@ angular.module('openshiftConsole') DataService .get(imageStreamsVersion, $routeParams.imagestream, context, { errorNotification: false }) .then(function(imageStream) { + $scope.loaded = true; imageStreamResolved(imageStream, context); watches.push(DataService.watchObject(imageStreamsVersion, $routeParams.imagestream, context, function(imageStream, action) { imageStreamResolved(imageStream, context, action); diff --git a/app/views/browse/image.html b/app/views/browse/image.html index a8c8425410..8d818dcf29 100644 --- a/app/views/browse/image.html +++ b/app/views/browse/image.html @@ -3,7 +3,7 @@
-
Loading...
+
Loading...

{{imageStream.metadata.name}}:{{tagName}} @@ -13,7 +13,7 @@

-
Loading...
+
Loading...
diff --git a/app/views/browse/imagestream.html b/app/views/browse/imagestream.html index cd26834ea9..50f8b6dd4c 100644 --- a/app/views/browse/imagestream.html +++ b/app/views/browse/imagestream.html @@ -3,7 +3,7 @@
-
Loading...
+
Loading...