diff --git a/static/directives/image-feature-view.html b/static/directives/image-feature-view.html
index 20864f6c4..f9162f287 100644
--- a/static/directives/image-feature-view.html
+++ b/static/directives/image-feature-view.html
@@ -146,10 +146,15 @@
-
{{ image.command.join(' ') }}
+
+
{{ image.command.join(' ') }}
diff --git a/static/directives/image-vulnerability-view.html b/static/directives/image-vulnerability-view.html
index 6fb89f6e2..140cc5e16 100644
--- a/static/directives/image-vulnerability-view.html
+++ b/static/directives/image-vulnerability-view.html
@@ -134,10 +134,15 @@
-
-
+
+
+
+
+
+
+
+
-
|
|
diff --git a/static/js/services/image-metadata-service.js b/static/js/services/image-metadata-service.js
index ac04ab7a1..4b7d251ed 100644
--- a/static/js/services/image-metadata-service.js
+++ b/static/js/services/image-metadata-service.js
@@ -31,6 +31,8 @@ angular.module('quay').factory('ImageMetadataService', ['UtilService', function(
if (!image.__imageMap) {
image.__imageMap = {};
+ image.__imageMap[image.id] = image;
+
for (var i = 0; i < image.history.length; ++i) {
var cimage = image.history[i];
image.__imageMap[cimage.id] = cimage;