Skip to content
Snippets Groups Projects
Commit 44b11d1b authored by Kyle Doherty's avatar Kyle Doherty Committed by Maz Ameli
Browse files

table x-ray and reference links

parent 2df54ab1
No related branches found
No related tags found
No related merge requests found
......@@ -73,12 +73,20 @@ export class SchemaBrowser extends React.Component {
hover={{ color: normal.purple }}
>
<Card hoverable px={1}>
<EntityItem
name={schema.name}
iconName="folder"
iconColor={normal.purple}
item={schema}
/>
<Flex align='center'>
<EntityItem
name={schema.name}
iconName="folder"
iconColor={normal.purple}
item={schema}
/>
<Box ml='auto'>
<Icon name="reference" />
<Tooltip tooltip={t`X-ray this schema`}>
<Icon name="bolt" mx={1} />
</Tooltip>
</Box>
</Flex>
</Card>
</Link>
</GridItem>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment