summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-12-11 16:24:24 -0800
committerReed Garmsen <rgarmsen2295@gmail.com>2015-12-11 16:27:17 -0800
commit957586c73f3d3f002c59bda8dd8d9a613ee9d805 (patch)
treebacd738baf2eba61d0c924dc7f288dcc89ce649d /web
parentce03fbc6d8176b6d5a903312241a948f59785a04 (diff)
downloadchat-957586c73f3d3f002c59bda8dd8d9a613ee9d805.tar.gz
chat-957586c73f3d3f002c59bda8dd8d9a613ee9d805.tar.bz2
chat-957586c73f3d3f002c59bda8dd8d9a613ee9d805.zip
When a team's statistics is selected in the sys console the team name is now also bolded
Diffstat (limited to 'web')
-rw-r--r--web/react/components/admin_console/admin_sidebar.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/admin_console/admin_sidebar.jsx b/web/react/components/admin_console/admin_sidebar.jsx
index cc98c495e..5409aef79 100644
--- a/web/react/components/admin_console/admin_sidebar.jsx
+++ b/web/react/components/admin_console/admin_sidebar.jsx
@@ -108,7 +108,7 @@ export default class AdminSidebar extends React.Component {
<a
href='#'
onClick={this.handleClick.bind(this, 'team_users', team.id)}
- className={'nav__sub-menu-item ' + this.isSelected('team_users', team.id)}
+ className={'nav__sub-menu-item ' + this.isSelected('team_users', team.id) + ' ' + this.isSelected('team_analytics', team.id)}
>
{team.name}
<OverlayTrigger