summaryrefslogtreecommitdiffstats
path: root/web/react/components/admin_console/admin_sidebar.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2015-12-14 09:55:18 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2015-12-14 09:55:18 -0500
commiteaabb3fbe1b335b0c2196c5be232cabc30416ebe (patch)
tree55bdd41d3e105bcd8da006c1ee021211fb96d172 /web/react/components/admin_console/admin_sidebar.jsx
parentaec25ceb4b9943848bc55a5ca76b7021789e4336 (diff)
parent957586c73f3d3f002c59bda8dd8d9a613ee9d805 (diff)
downloadchat-eaabb3fbe1b335b0c2196c5be232cabc30416ebe.tar.gz
chat-eaabb3fbe1b335b0c2196c5be232cabc30416ebe.tar.bz2
chat-eaabb3fbe1b335b0c2196c5be232cabc30416ebe.zip
Merge pull request #1717 from rgarmsen2295/plt-1026
PLT-1026 Bolds the team name when the team's statistics page is selected in the system console
Diffstat (limited to 'web/react/components/admin_console/admin_sidebar.jsx')
-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 d2255ad59..da445da37 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