fixed realm roles breadcrum (#3239)
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
parent
d81164e371
commit
8f08101d9d
2 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
|||
"deleteRole": "Delete this role",
|
||||
"inheritedFrom": "Inherited from",
|
||||
"roleList": "Role list",
|
||||
"realmRolesList": "Realm roles",
|
||||
"searchFor": "Search role by name",
|
||||
"generalSettings": "General Settings",
|
||||
"capabilityConfig": "Capability config",
|
||||
|
|
|
@ -8,7 +8,7 @@ export type RealmRolesParams = { realm: string };
|
|||
export const RealmRolesRoute: RouteDef = {
|
||||
path: "/:realm/roles",
|
||||
component: lazy(() => import("../RealmRolesSection")),
|
||||
breadcrumb: (t) => t("roles:roleList"),
|
||||
breadcrumb: (t) => t("roles:realmRolesList"),
|
||||
access: "view-realm",
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue