From ab24b480f1467f586f48e31cd57385a7c2412006 Mon Sep 17 00:00:00 2001 From: michael sorens Date: Sun, 15 Mar 2020 09:09:10 -0700 Subject: [PATCH] Laggard from v1 The teams menu choice was still introspecting on v1, so teams was not showing up in the navigation panel. Signed-off-by: michael sorens --- .../src/app/entities/layout/layout-sidebar.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/automate-ui/src/app/entities/layout/layout-sidebar.service.ts b/components/automate-ui/src/app/entities/layout/layout-sidebar.service.ts index 613256ed998..10595287de4 100644 --- a/components/automate-ui/src/app/entities/layout/layout-sidebar.service.ts +++ b/components/automate-ui/src/app/entities/layout/layout-sidebar.service.ts @@ -181,7 +181,7 @@ export class LayoutSidebarService implements OnInit, OnDestroy { icon: 'people', route: '/settings/teams', authorized: { - allOf: ['/auth/teams', 'get'] + allOf: ['/iam/v2/teams', 'get'] } }, {