Begin work on an image history tree view
This commit is contained in:
parent
d7ea1944e3
commit
9f094af1b2
9 changed files with 664 additions and 17 deletions
|
@ -214,6 +214,8 @@ def image_view(image):
|
|||
'id': image.docker_image_id,
|
||||
'created': image.created,
|
||||
'comment': image.comment,
|
||||
'ancestors': image.ancestors,
|
||||
'dbid': image.id,
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue