1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 12:25:22 +02:00

+ Add VirtualSize column to Images page

This commit is contained in:
Михаил Федоров 2014-08-12 12:58:05 +06:00
parent 5a38a3f3a9
commit d9b541d42c
2 changed files with 3 additions and 0 deletions

View file

@ -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) {