HMSPROV #355 - add architecture to provisioning wizard

This commit is contained in:
Amir Fefer 2022-11-16 19:04:19 +02:00 committed by Sanne Raymaekers
parent e9295b8b42
commit 28de575b94
2 changed files with 2 additions and 0 deletions

View file

@ -39,6 +39,7 @@ const ProvisioningLink = ({ imageId, isExpired, isInClonesTable }) => {
image={{
name: image.imageName,
id: image.id,
architecture: image.architecture,
}}
/>
)}