summaryrefslogtreecommitdiffstats
path: root/webapp/root.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/root.jsx')
-rw-r--r--webapp/root.jsx35
1 files changed, 19 insertions, 16 deletions
diff --git a/webapp/root.jsx b/webapp/root.jsx
index dc2df64ac..d326f32fc 100644
--- a/webapp/root.jsx
+++ b/webapp/root.jsx
@@ -371,6 +371,10 @@ function renderRootComponent() {
component={PrivacySettings}
/>
<Route
+ path='compliance'
+ component={ComplianceSettings}
+ />
+ <Route
path='logging'
component={LogSettings}
/>
@@ -435,10 +439,6 @@ function renderRootComponent() {
component={ExternalServiceSettings}
/>
</Route>
- <Route
- path='database'
- component={DatabaseSettings}
- />
<Route path='files'>
<IndexRedirect to='storage'/>
<Route
@@ -461,18 +461,21 @@ function renderRootComponent() {
component={LegalAndSupportSettings}
/>
</Route>
- <Route
- path='compliance'
- component={ComplianceSettings}
- />
- <Route
- path='rate'
- component={RateSettings}
- />
- <Route
- path='developer'
- component={DeveloperSettings}
- />
+ <Route path='advanced'>
+ <IndexRedirect to='rate'/>
+ <Route
+ path='rate'
+ component={RateSettings}
+ />
+ <Route
+ path='database'
+ component={DatabaseSettings}
+ />
+ <Route
+ path='developer'
+ component={DeveloperSettings}
+ />
+ </Route>
<Route path='team'>
<Redirect
from=':team'