Amir Fefer
acb0991ed4
feat(HMS-776): Add provider to provisioning wizard
2023-02-16 17:33:14 +01:00
Ondrej Ezr
ceec580981
Hide Launch button until image is built
...
Refs HMSPROV-377
2023-02-09 09:14:10 +01:00
Ondrej Ezr
7e89e74813
Do not show Launch button on copied images
2023-02-09 09:14:10 +01:00
Ondrej Ezr
224df6de17
Enable provisioning wizard in Ephemeral environment
2023-01-13 09:47:54 +01:00
Sanne Raymaekers
026f2fbad4
ImagesTables: only show provisioning link in beta
2022-12-13 16:30:31 +01:00
Sanne Raymaekers
cb8ab9347e
CreateImageWizard: use non-deprecated image type aliases
...
'ami' was deprecated a while ago, and is kept around as an alias of
'aws'. Same with 'vhd' and 'azure', and 'vhd' and 'gcp'.
This maintains support for the old aliases where necessary.
2022-12-06 15:14:53 +01:00
regexowl
ab1a7f4aab
ESLint: Use --fix with updated rules to order imports
...
This applies the updated sorting rules to the files by running `npm run lint:js:fix`
2022-12-02 16:29:58 +01:00
Amir Fefer
28de575b94
HMSPROV #355 - add architecture to provisioning wizard
2022-11-18 12:40:56 +01:00
lucasgarfield
5c37e3b45b
Images Table: Add clones table for AWS composes
2022-11-08 11:29:31 +01:00
Ondrej Ezr
f3d44adf01
Hide launch button until image is built
...
Move the conditional render on the main ImageLink component.
Also use destruct for props to streamline the usage of props.
2022-10-24 13:37:45 +02:00
Ondrej Ezr
357401ecfa
Add the provisioning Button
2022-10-18 10:37:29 +02:00
regexowl
0bced556a9
ESLint: Use --fix with new rules to order import declarations
...
Related to #795 . This applies the new sorting rules in ESLint to the files by running `npm run lint:js:fix`
2022-09-14 13:24:38 +02:00
Jacob Kozol
4fa71cede8
update style across the project
...
The eslint updates require style changes in all components.
2022-05-23 12:47:20 +02:00
Jacob Kozol
59e951653d
ImagesTable: add image download link
...
The new blobby image types are uploaded to aws.s3 for download. Instead
of linking to a cloud instance, these image types display a download
link.
2022-01-14 22:23:50 +01:00
Jacob Kozol
989d5fabac
ImagesTable: align gcp image details with other instance text
...
The link for the gcp Instance description was not set to isInline.
Fixing this aligns the text with the rest of the instance links.
2022-01-09 17:13:03 +01:00
Jacob Kozol
ebdfbbf57d
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.
2021-06-02 15:44:38 +02:00
Jacob Kozol
3571a7b3c6
ImagesTable: add azure image link
...
When an azure image is successfully uploaded the user is provided a link
to view the image in the azure web portal.
2021-06-01 17:55:53 +02:00
Jacob Kozol
7cd775cfb3
ImagesTable: add link to launch uploaded aws image
...
The images list now contains a link to the ec2 launch wizard for a
successfully uploaded aws image.
2021-05-17 19:37:15 +02:00