summaryrefslogtreecommitdiffstats
path: root/web/react/components/navbar_dropdown.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-10-20 16:19:41 -0700
committer=Corey Hulen <corey@hulen.com>2015-10-20 16:19:41 -0700
commitc4c04e5f02253dfdfc2bd09e06955f1f5932ce18 (patch)
treefdce870b12f1da99726921e5321dbc623736c5ab /web/react/components/navbar_dropdown.jsx
parent636db0d2f2f46aa4232bcc6b297d0b3b584679f3 (diff)
downloadchat-c4c04e5f02253dfdfc2bd09e06955f1f5932ce18.tar.gz
chat-c4c04e5f02253dfdfc2bd09e06955f1f5932ce18.tar.bz2
chat-c4c04e5f02253dfdfc2bd09e06955f1f5932ce18.zip
Fixing admin console
Diffstat (limited to 'web/react/components/navbar_dropdown.jsx')
-rw-r--r--web/react/components/navbar_dropdown.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/navbar_dropdown.jsx b/web/react/components/navbar_dropdown.jsx
index 2b2cc2f95..2b68645e5 100644
--- a/web/react/components/navbar_dropdown.jsx
+++ b/web/react/components/navbar_dropdown.jsx
@@ -152,7 +152,7 @@ export default class NavbarDropdown extends React.Component {
sysAdminLink = (
<li>
<a
- href='/admin_console'
+ href={'/admin_console?' + Utils.getSessionIndex()}
>
{'System Console'}
</a>