mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
fix deeplink url (#106697)
This commit is contained in:
parent
2170818b73
commit
eee4567484
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ const nestedDeepLinks: SecurityDeepLinks = {
|
|||
title: i18n.translate('xpack.securitySolution.search.hosts.externalAlerts', {
|
||||
defaultMessage: 'External Alerts',
|
||||
}),
|
||||
path: `${HOSTS_PATH}/alerts`,
|
||||
path: `${HOSTS_PATH}/externalAlerts`,
|
||||
},
|
||||
],
|
||||
premium: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue