mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
feat: improved has children/has parent indicator (#5135)
This commit is contained in:
parent
46b8dce081
commit
599da89288
@ -215,9 +215,7 @@ export const FeatureView = () => {
|
||||
}
|
||||
show={
|
||||
<StyledDependency>
|
||||
<StyleChildLinkIcon />{' '}
|
||||
<b>Child feature</b>
|
||||
<span>{' < '}</span>
|
||||
<b>Has parent: </b>
|
||||
<StyledLink
|
||||
to={`/projects/${feature.project}/features/${feature?.dependencies[0]?.feature}`}
|
||||
>
|
||||
@ -233,9 +231,7 @@ export const FeatureView = () => {
|
||||
}
|
||||
show={
|
||||
<StyledDependency>
|
||||
<StyledParentLinkIcon />{' '}
|
||||
<b>Parent feature</b>
|
||||
<span>{' > '}</span>
|
||||
<b>Has children:</b>
|
||||
<ChildrenTooltip
|
||||
childFeatures={feature.children}
|
||||
project={feature.project}
|
||||
|
Loading…
Reference in New Issue
Block a user