1
0
Fork 0
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:
Michael Crosby 2013-12-13 10:26:58 -08:00
parent a392c8ec87
commit 27a9e97062
3 changed files with 13 additions and 2 deletions

View file

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