summaryrefslogtreecommitdiffstats
path: root/webapp/root.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-06-03 00:33:52 +0500
committerCorey Hulen <corey@hulen.com>2016-06-02 12:33:52 -0700
commite0fca16b27b35d6d4303e5a76f10a689fdefcce3 (patch)
treed0043428b7cdf8b8173a51f1225cd167972b16bc /webapp/root.jsx
parent2bb8206a7fa6c37c5712da5262937bd9bf708b89 (diff)
downloadchat-e0fca16b27b35d6d4303e5a76f10a689fdefcce3.tar.gz
chat-e0fca16b27b35d6d4303e5a76f10a689fdefcce3.tar.bz2
chat-e0fca16b27b35d6d4303e5a76f10a689fdefcce3.zip
PLT-3010 - Updating system console (#3146)
* Updating system console * Updating system console stuff * Updating ldap settings
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'