mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Enterprise Search] Remove link to nowhere (#142860)
This commit is contained in:
parent
c723fd825d
commit
0d9a9f3771
1 changed files with 1 additions and 9 deletions
|
@ -9,7 +9,7 @@ import React from 'react';
|
|||
|
||||
import { useValues } from 'kea';
|
||||
|
||||
import { EuiCode, EuiLink, EuiPanel, EuiSpacer, EuiText } from '@elastic/eui';
|
||||
import { EuiCode, EuiPanel, EuiSpacer, EuiText } from '@elastic/eui';
|
||||
import { i18n } from '@kbn/i18n';
|
||||
|
||||
import { DataPanel } from '../../../../../shared/data_panel/data_panel';
|
||||
|
@ -45,14 +45,6 @@ export const CrawlRequestsPanel: React.FC = () => {
|
|||
'Requests originating from the crawler can be identified by the following User Agent. This is configured in your enterprise-search.yml file.',
|
||||
}
|
||||
)}{' '}
|
||||
<EuiLink target="_blank" href={'' /* needs docLink */}>
|
||||
{i18n.translate(
|
||||
'xpack.enterpriseSearch.crawler.crawlRequestsPanel.userAgentDocumentationLink',
|
||||
{
|
||||
defaultMessage: 'Learn more about Elastic crawler user agents',
|
||||
}
|
||||
)}
|
||||
</EuiLink>
|
||||
</EuiText>
|
||||
<EuiSpacer size="s" />
|
||||
<EuiCode>{data ? data.userAgent : ''}</EuiCode>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue