summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-08-03 19:27:59 -0400
committerenahum <nahumhbl@gmail.com>2016-08-03 18:27:59 -0500
commit7b211f93a02c601d97d4b1fb8cef63bd69d42a2f (patch)
treebd727fdc45e773a05516e9b24627548ddc28a0eb
parent5bc3cea6fe4a909735753692d0c4cd960e8ab516 (diff)
downloadchat-7b211f93a02c601d97d4b1fb8cef63bd69d42a2f.tar.gz
chat-7b211f93a02c601d97d4b1fb8cef63bd69d42a2f.tar.bz2
chat-7b211f93a02c601d97d4b1fb8cef63bd69d42a2f.zip
PLT-3419 Moving auditing and logs to the top of the system console sidebar (#3732)
-rw-r--r--webapp/components/admin_console/admin_sidebar.jsx20
1 files changed, 10 insertions, 10 deletions
diff --git a/webapp/components/admin_console/admin_sidebar.jsx b/webapp/components/admin_console/admin_sidebar.jsx
index 6634d4ac6..569885f98 100644
--- a/webapp/components/admin_console/admin_sidebar.jsx
+++ b/webapp/components/admin_console/admin_sidebar.jsx
@@ -332,6 +332,16 @@ export default class AdminSidebar extends React.Component {
/>
}
/>
+ {audits}
+ <AdminSidebarSection
+ name='logs'
+ title={
+ <FormattedMessage
+ id='admin.sidebar.logs'
+ defaultMessage='Logs'
+ />
+ }
+ />
</AdminSidebarCategory>
<AdminSidebarCategory
sectionClass='sections--settings'
@@ -660,16 +670,6 @@ export default class AdminSidebar extends React.Component {
}
>
{license}
- {audits}
- <AdminSidebarSection
- name='logs'
- title={
- <FormattedMessage
- id='admin.sidebar.logs'
- defaultMessage='Logs'
- />
- }
- />
</AdminSidebarCategory>
</ul>
</div>