summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2016-01-22 10:24:37 -0500
committerJoramWilander <jwawilander@gmail.com>2016-01-22 10:24:37 -0500
commit60a73ebabba6798d2b45fa8c8ac0f2bfa6144689 (patch)
tree8e4edb521fd5498ea7bc517971b77b35dcf88c4c
parent0d239a1a9e82a1279685b8962920eaf5c1b8f571 (diff)
downloadchat-60a73ebabba6798d2b45fa8c8ac0f2bfa6144689.tar.gz
chat-60a73ebabba6798d2b45fa8c8ac0f2bfa6144689.tar.bz2
chat-60a73ebabba6798d2b45fa8c8ac0f2bfa6144689.zip
Change default system console page to statistics
-rw-r--r--web/react/components/admin_console/admin_controller.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/admin_console/admin_controller.jsx b/web/react/components/admin_console/admin_controller.jsx
index db98d8f35..efd163017 100644
--- a/web/react/components/admin_console/admin_controller.jsx
+++ b/web/react/components/admin_console/admin_controller.jsx
@@ -46,7 +46,7 @@ export default class AdminController extends React.Component {
config: AdminStore.getConfig(),
teams: AdminStore.getAllTeams(),
selectedTeams,
- selected: props.tab || 'service_settings',
+ selected: props.tab || 'system_analytics',
selectedTeam: props.teamId || null
};