PLT-3419 Moving auditing and logs to the top of the system console sidebar (#3732)
Этот коммит содержится в:
коммит произвёл
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>
|
||||
|
||||
Ссылка в новой задаче
Block a user