1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

fix(sidebar): qa feedback [EE-5666] (#10452)

This commit is contained in:
Ali 2023-10-11 19:32:52 +01:00 committed by GitHub
parent da5a4d6714
commit 6a5f5aa424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 106 deletions

View file

@ -29,7 +29,7 @@ export function SettingsSidebar({ isAdmin, isTeamLeader }: Props) {
!window.ddExtension && (isAdmin || (isTeamLeader && !teamSyncQuery.data));
return (
<SidebarSection title="Settings">
<SidebarSection title="Administration">
{showUsersSection && (
<SidebarParent
label="User-related"