mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -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}
|
||||
isActive={this.isActivePath(path)}
|
||||
key={path}
|
||||
to={`/#${path}`}
|
||||
to={`/next/#${path}`}
|
||||
>
|
||||
{title}
|
||||
</NavItem>
|
||||
|
||||
Reference in New Issue
Block a user