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:
parent
a660cacbce
commit
989d5fabac
1 changed files with 2 additions and 1 deletions
|
|
@ -72,7 +72,8 @@ const ImageLink = (props) => {
|
|||
<Button
|
||||
component="a"
|
||||
target="_blank"
|
||||
variant="link">
|
||||
variant="link"
|
||||
isInline>
|
||||
Image details
|
||||
</Button>
|
||||
</Popover>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue