Add better messaging and UI around repos and images that are currently being pushed
This commit is contained in:
parent
27c2680380
commit
e7daca5d95
4 changed files with 63 additions and 19 deletions
|
@ -24,6 +24,7 @@ def image_view(image):
|
|||
'dbid': image.id,
|
||||
'size': extended_props.image_size,
|
||||
'locations': list(image.storage.locations),
|
||||
'uploading': image.storage.uploading,
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue