ImagesTable: Fix image name spacing
This adds a component value to the image name, making the spacing work correctly.
This commit is contained in:
parent
6208596b35
commit
4f728874f7
1 changed files with 1 additions and 0 deletions
|
|
@ -484,6 +484,7 @@ const Row = ({
|
|||
<Td dataLabel="Image name">
|
||||
{compose.blueprint_id ? (
|
||||
<Button
|
||||
component="a"
|
||||
variant="link"
|
||||
isInline
|
||||
onClick={() =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue