From 7b211f93a02c601d97d4b1fb8cef63bd69d42a2f Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Wed, 3 Aug 2016 19:27:59 -0400 Subject: [PATCH] PLT-3419 Moving auditing and logs to the top of the system console sidebar (#3732) --- .../admin_console/admin_sidebar.jsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/webapp/components/admin_console/admin_sidebar.jsx b/webapp/components/admin_console/admin_sidebar.jsx index 6634d4ac61..569885f98e 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} + + } + /> {license} - {audits} - - } - />