mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Add enabled and disabled node states to legend.
This commit is contained in:
parent
fd10d83893
commit
c1ba769b20
@ -102,7 +102,7 @@ function Legend() {
|
||||
</DescriptionListGroup>
|
||||
</DescriptionList>
|
||||
<TextContent>
|
||||
<Text component={TextVariants.small}>{t`Status types`}</Text>
|
||||
<Text component={TextVariants.small}>{t`Node state types`}</Text>
|
||||
</TextContent>
|
||||
<DescriptionList isHorizontal isFluid>
|
||||
<DescriptionListGroup>
|
||||
@ -175,6 +175,66 @@ function Legend() {
|
||||
</DescriptionListTerm>
|
||||
<DescriptionListDescription>{t`Error`}</DescriptionListDescription>
|
||||
</DescriptionListGroup>
|
||||
<DescriptionListGroup>
|
||||
<DescriptionListTerm>
|
||||
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle
|
||||
r="9"
|
||||
cx="10"
|
||||
cy="10"
|
||||
fill="transparent"
|
||||
stroke-width="1px"
|
||||
stroke="#ccc"
|
||||
></circle>
|
||||
<text
|
||||
x="10"
|
||||
y="10"
|
||||
text-anchor="middle"
|
||||
dominant-baseline="central"
|
||||
fill="black"
|
||||
font-size="11px"
|
||||
font-family="inherit"
|
||||
font-weight="400"
|
||||
>
|
||||
C
|
||||
</text>
|
||||
</svg>
|
||||
</DescriptionListTerm>
|
||||
<DescriptionListDescription>{t`Enabled`}</DescriptionListDescription>
|
||||
</DescriptionListGroup>
|
||||
<DescriptionListGroup>
|
||||
<DescriptionListTerm>
|
||||
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle
|
||||
r="9"
|
||||
cx="10"
|
||||
cy="10"
|
||||
fill="transparent"
|
||||
stroke-dasharray="3"
|
||||
stroke-width="1px"
|
||||
stroke="#ccc"
|
||||
></circle>
|
||||
<text
|
||||
x="10"
|
||||
y="10"
|
||||
text-anchor="middle"
|
||||
dominant-baseline="central"
|
||||
fill="black"
|
||||
font-size="11px"
|
||||
font-family="inherit"
|
||||
font-weight="400"
|
||||
>
|
||||
C
|
||||
</text>
|
||||
</svg>
|
||||
</DescriptionListTerm>
|
||||
<DescriptionListDescription>{t`Disabled`}</DescriptionListDescription>
|
||||
</DescriptionListGroup>
|
||||
</DescriptionList>
|
||||
<TextContent>
|
||||
<Text component={TextVariants.small}>{t`Link state types`}</Text>
|
||||
</TextContent>
|
||||
<DescriptionList isHorizontal isFluid>
|
||||
<DescriptionListGroup>
|
||||
<DescriptionListTerm>
|
||||
<svg width="20" height="15" xmlns="http://www.w3.org/2000/svg">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user