Browse Source

ref(ui): Move Security & Privacy next to auth in settings nav (#27041)

Evan Purkhiser 3 years ago
parent
commit
ec93639809

+ 8 - 8
static/app/views/settings/organization/navigationConfiguration.tsx

@@ -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'),