Merge pull request #1899 from weaveworks/1835-drop-image-id-from-details

Remove ContainerImage.imageID in the details panel
This commit is contained in:
Simon
2016-09-29 15:57:09 +02:00
committed by GitHub

View File

@@ -41,7 +41,6 @@ var (
}
ContainerImageMetadataTemplates = report.MetadataTemplates{
ImageID: {ID: ImageID, Label: "Image ID", From: report.FromSets, Truncate: 12, Priority: 1},
report.Container: {ID: report.Container, Label: "# Containers", From: report.FromCounters, Datatype: "number", Priority: 2},
}