@@ -246,6 +246,51 @@ const _nav = [
246
246
} ,
247
247
] ,
248
248
} ,
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
+ } ,
249
294
{
250
295
component : CNavGroup ,
251
296
name : 'Reports' ,
@@ -678,56 +723,15 @@ const _nav = [
678
723
name : 'Logbook' ,
679
724
to : '/cipp/logs' ,
680
725
} ,
681
-
682
726
{
683
727
component : CNavItem ,
684
728
name : 'SAM Setup Wizard' ,
685
729
to : '/cipp/setup' ,
686
730
} ,
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
- } ,
711
731
{
712
732
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' ,
731
735
} ,
732
736
] ,
733
737
} ,
0 commit comments