mirror of https://github.com/portainer/portainer
parent
86d7c4db5d
commit
b069616da2
@ -0,0 +1,8 @@
|
||||
|
||||
function ImageViewModel(data) {
|
||||
this.Id = data.Id;
|
||||
this.Tag = data.Tag;
|
||||
this.Repository = data.Repository;
|
||||
this.Created = data.Created;
|
||||
this.Checked = false;
|
||||
}
|
Loading…
Reference in new issue