|
@@ -20,14 +20,6 @@ const organizationNavigation: NavigationSection[] = [
|
|
|
description: t("View and manage an organization's projects"),
|
|
|
id: 'projects',
|
|
|
},
|
|
|
- {
|
|
|
- path: `${pathPrefix}/security-and-privacy/`,
|
|
|
- title: t('Security & Privacy'),
|
|
|
- description: t(
|
|
|
- 'Configuration related to dealing with sensitive data and other security settings. (Data Scrubbing, Data Privacy, Data Scrubbing)'
|
|
|
- ),
|
|
|
- id: 'security-and-privacy',
|
|
|
- },
|
|
|
{
|
|
|
path: `${pathPrefix}/teams/`,
|
|
|
title: t('Teams'),
|
|
@@ -48,6 +40,14 @@ const organizationNavigation: NavigationSection[] = [
|
|
|
description: t('Manage performance settings'),
|
|
|
id: 'performance',
|
|
|
},
|
|
|
+ {
|
|
|
+ path: `${pathPrefix}/security-and-privacy/`,
|
|
|
+ title: t('Security & Privacy'),
|
|
|
+ description: t(
|
|
|
+ 'Configuration related to dealing with sensitive data and other security settings. (Data Scrubbing, Data Privacy, Data Scrubbing)'
|
|
|
+ ),
|
|
|
+ id: 'security-and-privacy',
|
|
|
+ },
|
|
|
{
|
|
|
path: `${pathPrefix}/auth/`,
|
|
|
title: t('Auth'),
|