Skip to content

Commit 09a4052

Browse files
changed nav
1 parent 7b36891 commit 09a4052

File tree

1 file changed

+47
-43
lines changed

1 file changed

+47
-43
lines changed

src/_nav.js

Lines changed: 47 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,51 @@ const _nav = [
246246
},
247247
],
248248
},
249+
{
250+
component: CNavGroup,
251+
name: 'GDAP Management',
252+
section: 'Settings',
253+
to: '/cipp/gdap',
254+
icon: <FontAwesomeIcon icon={faUserShield} className="nav-icon" />,
255+
items: [
256+
{
257+
component: CNavItem,
258+
name: 'Role Wizard',
259+
to: '/tenant/administration/gdap-role-wizard',
260+
},
261+
{
262+
component: CNavItem,
263+
name: 'GDAP Roles',
264+
to: '/tenant/administration/gdap-roles',
265+
},
266+
/*{
267+
component: CNavItem,
268+
name: 'Migration Wizard',
269+
to: '/tenant/administration/gdap',
270+
},
271+
{
272+
component: CNavItem,
273+
name: 'GDAP Migration Status',
274+
to: '/tenant/administration/gdap-status',
275+
},*/
276+
{
277+
component: CNavItem,
278+
name: 'Invite Wizard',
279+
to: '/tenant/administration/gdap-invite',
280+
},
281+
{
282+
component: CNavItem,
283+
name: 'GDAP Relationships',
284+
to: '/tenant/administration/gdap-relationships',
285+
},
286+
{
287+
component: CNavItem,
288+
name: 'Documentation',
289+
href: 'https://cipp.app/docs/user/usingcipp/GDAP/migration',
290+
target: '_blank',
291+
},
292+
],
293+
},
249294
{
250295
component: CNavGroup,
251296
name: 'Reports',
@@ -678,56 +723,15 @@ const _nav = [
678723
name: 'Logbook',
679724
to: '/cipp/logs',
680725
},
681-
682726
{
683727
component: CNavItem,
684728
name: 'SAM Setup Wizard',
685729
to: '/cipp/setup',
686730
},
687-
],
688-
},
689-
{
690-
component: CNavGroup,
691-
name: 'GDAP Migration',
692-
section: 'Settings',
693-
to: '/cipp/gdap',
694-
icon: <FontAwesomeIcon icon={faUserShield} className="nav-icon" />,
695-
items: [
696-
{
697-
component: CNavItem,
698-
name: 'Role Wizard',
699-
to: '/tenant/administration/gdap-role-wizard',
700-
},
701-
{
702-
component: CNavItem,
703-
name: 'GDAP Roles',
704-
to: '/tenant/administration/gdap-roles',
705-
},
706-
{
707-
component: CNavItem,
708-
name: 'Migration Wizard',
709-
to: '/tenant/administration/gdap',
710-
},
711731
{
712732
component: CNavItem,
713-
name: 'GDAP Migration Status',
714-
to: '/tenant/administration/gdap-status',
715-
},
716-
{
717-
component: CNavItem,
718-
name: 'Invite Wizard',
719-
to: '/tenant/administration/gdap-invite',
720-
},
721-
{
722-
component: CNavItem,
723-
name: 'GDAP Relationships',
724-
to: '/tenant/administration/gdap-relationships',
725-
},
726-
{
727-
component: CNavItem,
728-
name: 'Documentation',
729-
href: 'https://cipp.app/docs/user/usingcipp/GDAP/migration',
730-
target: '_blank',
733+
name: 'Log Out',
734+
to: '/logout',
731735
},
732736
],
733737
},

0 commit comments

Comments
 (0)