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:
parent
3571a7b3c6
commit
ebdfbbf57d
2 changed files with 42 additions and 2 deletions
|
|
@ -183,7 +183,11 @@ const store = {
|
|||
image_type: 'vhd',
|
||||
upload_request: {
|
||||
type: 'gcp',
|
||||
options: {}
|
||||
options: {
|
||||
share_with_accounts: [
|
||||
'serviceAccount:test@email.com'
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue