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.
This commit is contained in:
Jacob Kozol 2022-01-05 18:18:27 +01:00 committed by jkozol
parent a660cacbce
commit 989d5fabac

View file

@ -72,7 +72,8 @@ const ImageLink = (props) => {
<Button
component="a"
target="_blank"
variant="link">
variant="link"
isInline>
Image details
</Button>
</Popover>