mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Add enabled and disabled node states to legend.
This commit is contained in:
@@ -102,7 +102,7 @@ function Legend() {
|
|||||||
</DescriptionListGroup>
|
</DescriptionListGroup>
|
||||||
</DescriptionList>
|
</DescriptionList>
|
||||||
<TextContent>
|
<TextContent>
|
||||||
<Text component={TextVariants.small}>{t`Status types`}</Text>
|
<Text component={TextVariants.small}>{t`Node state types`}</Text>
|
||||||
</TextContent>
|
</TextContent>
|
||||||
<DescriptionList isHorizontal isFluid>
|
<DescriptionList isHorizontal isFluid>
|
||||||
<DescriptionListGroup>
|
<DescriptionListGroup>
|
||||||
@@ -175,6 +175,66 @@ function Legend() {
|
|||||||
</DescriptionListTerm>
|
</DescriptionListTerm>
|
||||||
<DescriptionListDescription>{t`Error`}</DescriptionListDescription>
|
<DescriptionListDescription>{t`Error`}</DescriptionListDescription>
|
||||||
</DescriptionListGroup>
|
</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>
|
<DescriptionListGroup>
|
||||||
<DescriptionListTerm>
|
<DescriptionListTerm>
|
||||||
<svg width="20" height="15" xmlns="http://www.w3.org/2000/svg">
|
<svg width="20" height="15" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
|||||||
Reference in New Issue
Block a user