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>
|
||||||
<AdminSidebarCategory
|
<AdminSidebarCategory
|
||||||
sectionClass='sections--settings'
|
sectionClass='sections--settings'
|
||||||
@@ -660,16 +670,6 @@ export default class AdminSidebar extends React.Component {
|
|||||||
}
|
}
|
||||||
>
|
>
|
||||||
{license}
|
{license}
|
||||||
{audits}
|
|
||||||
<AdminSidebarSection
|
|
||||||
name='logs'
|
|
||||||
title={
|
|
||||||
<FormattedMessage
|
|
||||||
id='admin.sidebar.logs'
|
|
||||||
defaultMessage='Logs'
|
|
||||||
/>
|
|
||||||
}
|
|
||||||
/>
|
|
||||||
</AdminSidebarCategory>
|
</AdminSidebarCategory>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user