PLT-3010 - Updating system console (#3146)

* Updating system console

* Updating system console stuff

* Updating ldap settings
Этот коммит содержится в:
Asaad Mahmood
2016-06-03 00:33:52 +05:00
коммит произвёл Corey Hulen
родитель 2bb8206a7f
Коммит e0fca16b27
27 изменённых файлов: 199 добавлений и 251 удалений

Просмотреть файл

@@ -370,6 +370,10 @@ function renderRootComponent() {
path='privacy'
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'