mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
feat(images): display unused images tags (#1009)
This commit is contained in:
parent
b23943e30b
commit
bc4b0a0b35
9 changed files with 41 additions and 9 deletions
|
@ -3,6 +3,7 @@ function ImageViewModel(data) {
|
|||
this.Tag = data.Tag;
|
||||
this.Repository = data.Repository;
|
||||
this.Created = data.Created;
|
||||
this.Containers = data.dataUsage.Containers;
|
||||
this.Checked = false;
|
||||
this.RepoTags = data.RepoTags;
|
||||
this.VirtualSize = data.VirtualSize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue