ImagesTable: add gcp info

When a gcp image is successfully uploaded the user needs to know the
project id, image name, and account the image is shared with. These are
now displayed in a popover accessible from the status section of the
images table.
This commit is contained in:
Jacob Kozol 2021-05-31 12:30:34 +02:00 committed by Sanne Raymaekers
parent 3571a7b3c6
commit ebdfbbf57d
2 changed files with 42 additions and 2 deletions

View file

@ -183,7 +183,11 @@ const store = {
image_type: 'vhd',
upload_request: {
type: 'gcp',
options: {}
options: {
share_with_accounts: [
'serviceAccount:test@email.com'
]
}
}
}
],