Remove ContainerImage.imageID in the details panel

It will be re-introduced later as imageIDs
This commit is contained in:
Simon Howe
2016-09-28 16:17:14 +02:00
parent b27dc99146
commit 0774496102

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},
}