HMSPROV #355 - add architecture to provisioning wizard
This commit is contained in:
parent
e9295b8b42
commit
28de575b94
2 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ const ProvisioningLink = ({ imageId, isExpired, isInClonesTable }) => {
|
|||
image={{
|
||||
name: image.imageName,
|
||||
id: image.id,
|
||||
architecture: image.architecture,
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@ export const selectComposeById = (state, composeId) => {
|
|||
uploadOptions: compose.request.image_requests[0].upload_request.options,
|
||||
uploadStatus: compose.image_status?.upload_status,
|
||||
request: compose.request,
|
||||
architecture: compose.request.image_requests[0].architecture,
|
||||
isClone: false,
|
||||
};
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue