mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Enterprise Search] [8.8] [Search Application] Fix indices action url (#157861)
65c2e8fe
-b4b6-4ac2-86d5-85fdc88ede15
Expected: clicking on the eye icon, the user should be taken to the
index view page
actual: 404 page
This commit is contained in:
parent
d41e92134d
commit
8bdc9fa02d
1 changed files with 5 additions and 2 deletions
|
@ -155,9 +155,12 @@ export const EngineIndices: React.FC = () => {
|
|||
),
|
||||
onClick: (index) =>
|
||||
navigateToUrl(
|
||||
generateEncodedPath(SEARCH_INDEX_PATH, {
|
||||
`${ENTERPRISE_SEARCH_CONTENT_PLUGIN.URL}/${generateEncodedPath(SEARCH_INDEX_PATH, {
|
||||
indexName: index.name,
|
||||
})
|
||||
})}`,
|
||||
{
|
||||
shouldNotCreateHref: true,
|
||||
}
|
||||
),
|
||||
type: 'icon',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue