PLT-3419 Moving auditing and logs to the top of the system console sidebar (#3732)

Этот коммит содержится в:
Harrison Healey
2016-08-03 19:27:59 -04:00
коммит произвёл enahum
родитель 5bc3cea6fe
Коммит 7b211f93a0

Просмотреть файл

@@ -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>