changed tab order (#2246)
This commit is contained in:
parent
fc4ce1201d
commit
92401922d3
1 changed files with 7 additions and 7 deletions
|
@ -202,6 +202,13 @@ const UsersTabs = () => {
|
|||
>
|
||||
<UserCredentials user={user} />
|
||||
</Tab>
|
||||
<Tab
|
||||
eventKey="role-mapping"
|
||||
data-testid="role-mapping-tab"
|
||||
title={<TabTitleText>{t("roleMapping")}</TabTitleText>}
|
||||
>
|
||||
<UserRoleMapping id={id} name={user.username!} />
|
||||
</Tab>
|
||||
<Tab
|
||||
eventKey="groups"
|
||||
data-testid="user-groups-tab"
|
||||
|
@ -216,13 +223,6 @@ const UsersTabs = () => {
|
|||
>
|
||||
<UserConsents />
|
||||
</Tab>
|
||||
<Tab
|
||||
eventKey="role-mapping"
|
||||
data-testid="role-mapping-tab"
|
||||
title={<TabTitleText>{t("roleMapping")}</TabTitleText>}
|
||||
>
|
||||
<UserRoleMapping id={id} name={user.username!} />
|
||||
</Tab>
|
||||
{hasAccess("view-identity-providers") && (
|
||||
<Tab
|
||||
eventKey="identity-provider-links"
|
||||
|
|
Loading…
Reference in a new issue