mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
Fix images repo name
This commit is contained in:
parent
a392c8ec87
commit
27a9e97062
3 changed files with 13 additions and 2 deletions
|
@ -5,6 +5,7 @@ function ImageViewModel(data) {
|
|||
this.Repository = data.Repository;
|
||||
this.Created = data.Created;
|
||||
this.Checked = false;
|
||||
this.RepoTags = data.RepoTags;
|
||||
}
|
||||
|
||||
function ContainerViewModel(data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue