We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49c9f9 commit c04d0b1Copy full SHA for c04d0b1
x-pack/plugins/security/public/management/roles/roles_management_app.tsx
@@ -31,7 +31,7 @@ export const rolesManagementApp = Object.freeze({
31
const rolesBreadcrumbs = [
32
{
33
text: i18n.translate('xpack.security.roles.breadcrumb', { defaultMessage: 'Roles' }),
34
- href: `#${basePath}`,
+ href: `/`,
35
},
36
];
37
@@ -74,7 +74,7 @@ export const rolesManagementApp = Object.freeze({
74
setBreadcrumbs([
75
...rolesBreadcrumbs,
76
action === 'edit' && roleName
77
- ? { text: roleName, href: `#${basePath}/edit/${encodeURIComponent(roleName)}` }
+ ? { text: roleName, href: `/edit/${encodeURIComponent(roleName)}` }
78
: {
79
text: i18n.translate('xpack.security.roles.createBreadcrumb', {
80
defaultMessage: 'Create',
0 commit comments