mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Remove View in Discover button (#137315)
This commit is contained in:
parent
93c38fee22
commit
374a3f0458
1 changed files with 0 additions and 11 deletions
|
@ -7,7 +7,6 @@
|
|||
|
||||
import React from 'react';
|
||||
|
||||
import { EuiButton } from '@elastic/eui';
|
||||
import { i18n } from '@kbn/i18n';
|
||||
|
||||
import { DataPanel } from '../../../../../shared/data_panel/data_panel';
|
||||
|
@ -30,16 +29,6 @@ export const CrawlRequestsPanel: React.FC = () => (
|
|||
defaultMessage:
|
||||
"Recent crawl requests are logged here. You can track progress and examine crawl events in Kibana's Discover or Logs user intefaces",
|
||||
})}
|
||||
action={
|
||||
<EuiButton size="s" color="primary">
|
||||
{i18n.translate(
|
||||
'xpack.enterpriseSearch.crawler.crawlRequestsPanel.viewInDiscoverButtonLabel',
|
||||
{
|
||||
defaultMessage: 'View in Discover',
|
||||
}
|
||||
)}
|
||||
</EuiButton>
|
||||
}
|
||||
>
|
||||
<CrawlRequestsTable />
|
||||
</DataPanel>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue