mirror of
https://github.com/ansible/awx.git
synced 2026-01-27 00:21:30 -03: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:
parent
41d8edf94a
commit
aef382862c
@ -41,7 +41,7 @@ class NavExpandableGroup extends Component {
|
||||
groupId={groupId}
|
||||
isActive={this.isActivePath(path)}
|
||||
key={path}
|
||||
to={`/#${path}`}
|
||||
to={`/next/#${path}`}
|
||||
>
|
||||
{title}
|
||||
</NavItem>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user