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,
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue