diff --git a/js/viewmodel.js b/js/viewmodel.js index 7a17b21e9..319214aea 100644 --- a/js/viewmodel.js +++ b/js/viewmodel.js @@ -6,6 +6,7 @@ function ImageViewModel(data) { this.Created = data.Created; this.Checked = false; this.RepoTags = data.RepoTags; + this.VirtualSize = data.VirtualSize; } function ContainerViewModel(data) { diff --git a/partials/images.html b/partials/images.html index 54fe3df1c..a2c68053e 100644 --- a/partials/images.html +++ b/partials/images.html @@ -17,6 +17,7 @@ Action Id Repository + VirtualSize Created @@ -25,6 +26,7 @@ {{ image.Id|truncate:20}} {{ image|repotag }} + {{ image.VirtualSize|humansize }} {{ image.Created|getdate }}