From aef382862c560a9ca7778662c0a419866d3c347c Mon Sep 17 00:00:00 2001 From: nixocio Date: Thu, 21 May 2020 12:02:27 -0400 Subject: [PATCH] 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 --- awx/ui_next/src/components/AppContainer/NavExpandableGroup.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui_next/src/components/AppContainer/NavExpandableGroup.jsx b/awx/ui_next/src/components/AppContainer/NavExpandableGroup.jsx index 6403e617f7..2b8805d589 100644 --- a/awx/ui_next/src/components/AppContainer/NavExpandableGroup.jsx +++ b/awx/ui_next/src/components/AppContainer/NavExpandableGroup.jsx @@ -41,7 +41,7 @@ class NavExpandableGroup extends Component { groupId={groupId} isActive={this.isActivePath(path)} key={path} - to={`/#${path}`} + to={`/next/#${path}`} > {title}