mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
Fix JSX errors.
This commit is contained in:
@@ -56,11 +56,11 @@ const Text = styled(PFText)`
|
|||||||
|
|
||||||
function Legend() {
|
function Legend() {
|
||||||
return (
|
return (
|
||||||
<Wrapper class="legend" data-cy="legend">
|
<Wrapper className="legend" data-cy="legend">
|
||||||
<TextContent>
|
<TextContent>
|
||||||
<Text
|
<Text
|
||||||
component={TextVariants.small}
|
component={TextVariants.small}
|
||||||
style={{ 'font-weight': 'bold', color: 'black' }}
|
style={{ fontWeight: 'bold', color: 'black' }}
|
||||||
>
|
>
|
||||||
Legend
|
Legend
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
@@ -50,12 +50,12 @@ function Tooltip({
|
|||||||
redirectToDetailsPage,
|
redirectToDetailsPage,
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<Wrapper class="tooltip" data-cy="tooltip">
|
<Wrapper className="tooltip" data-cy="tooltip">
|
||||||
{isNodeSelected === false ? (
|
{isNodeSelected === false ? (
|
||||||
<TextContent>
|
<TextContent>
|
||||||
<Text
|
<Text
|
||||||
component={TextVariants.small}
|
component={TextVariants.small}
|
||||||
style={{ 'font-weight': 'bold', color: 'black' }}
|
style={{ fontWeight: 'bold', color: 'black' }}
|
||||||
>
|
>
|
||||||
Details
|
Details
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user