summaryrefslogtreecommitdiffstats
path: root/web/react
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
parent636db0d2f2f46aa4232bcc6b297d0b3b584679f3 (diff)
downloadchat-c4c04e5f02253dfdfc2bd09e06955f1f5932ce18.tar.gz
chat-c4c04e5f02253dfdfc2bd09e06955f1f5932ce18.tar.bz2
chat-c4c04e5f02253dfdfc2bd09e06955f1f5932ce18.zip
Fixing admin console
Diffstat (limited to 'web/react')
-rw-r--r--web/react/components/navbar_dropdown.jsx2
-rw-r--r--web/react/components/sidebar_right_menu.jsx2
2 files changed, 2 insertions, 2 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>
diff --git a/web/react/components/sidebar_right_menu.jsx b/web/react/components/sidebar_right_menu.jsx
index 870fe77e5..fddc98c9d 100644
--- a/web/react/components/sidebar_right_menu.jsx
+++ b/web/react/components/sidebar_right_menu.jsx
@@ -84,7 +84,7 @@ export default class SidebarRightMenu extends React.Component {
consoleLink = (
<li>
<a
- href='/admin_console'
+ href={'/admin_console?' + utils.getSessionIndex()}
>
<i className='glyphicon glyphicon-wrench'></i>System Console</a>
</li>