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:
parent
5a38a3f3a9
commit
d9b541d42c
2 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue