mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Update NavItem to link to new basename
Update NavItem to link to the new basename, `next`. Thus avoiding to redirec to the old ui. See: https://www.patternfly.org/v4/documentation/react/components/nav
This commit is contained in:
@@ -41,7 +41,7 @@ class NavExpandableGroup extends Component {
|
|||||||
groupId={groupId}
|
groupId={groupId}
|
||||||
isActive={this.isActivePath(path)}
|
isActive={this.isActivePath(path)}
|
||||||
key={path}
|
key={path}
|
||||||
to={`/#${path}`}
|
to={`/next/#${path}`}
|
||||||
>
|
>
|
||||||
{title}
|
{title}
|
||||||
</NavItem>
|
</NavItem>
|
||||||
|
|||||||
Reference in New Issue
Block a user