Send upload info to ProvisioningWizard
This commit is contained in:
parent
47b616beed
commit
451b5784d5
1 changed files with 6 additions and 0 deletions
|
|
@ -53,6 +53,12 @@ const ProvisioningLink = ({ imageId, isExpired, isInClonesTable }) => {
|
|||
id: image.id,
|
||||
architecture: image.architecture,
|
||||
provider: provider,
|
||||
sourceIDs: image.share_with_sources,
|
||||
accountIDs: image.share_with_accounts,
|
||||
uploadOptions: image.uploadOptions,
|
||||
uploadStatus: image.uploadStatus,
|
||||
// For backward compatibility only, remove once Provisioning ready (deploys):
|
||||
// https://github.com/RHEnVision/provisioning-frontend/pull/238
|
||||
sourceId: image.share_with_sources?.[0],
|
||||
}}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue