1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

feat(ui): replace repository field with tags field in image view

This commit is contained in:
Anthony Lapenna 2016-07-14 12:01:57 +12:00
parent 23bff41304
commit 1011fde9de
4 changed files with 17 additions and 6 deletions

View file

@ -1,4 +1,5 @@
function ImageViewModel(data) {
console.log(JSON.stringify(data, null, 4));
this.Id = data.Id;
this.Tag = data.Tag;
this.Repository = data.Repository;