Add API and UI support for displaying image locations
This commit is contained in:
parent
da12b940a9
commit
76165b5d2b
16 changed files with 248 additions and 7 deletions
|
@ -23,6 +23,7 @@ def image_view(image):
|
|||
'ancestors': image.ancestors,
|
||||
'dbid': image.id,
|
||||
'size': extended_props.image_size,
|
||||
'locations': [l.location.name for l in image.storage.locations]
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue