mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Co-authored-by: Shahzad <shahzad.muhammad@elastic.co>
This commit is contained in:
parent
266a5aae60
commit
b733af73aa
6 changed files with 5 additions and 15 deletions
|
@ -26,7 +26,7 @@ const ANALYZE_MESSAGE = i18n.translate(
|
|||
'xpack.apm.analyzeDataButtonLabel.message',
|
||||
{
|
||||
defaultMessage:
|
||||
'EXPERIMENTAL - Explore Data allows you to select and filter result data in any dimension and look for the cause or impact of performance problems.',
|
||||
'Explore Data allows you to select and filter result data in any dimension and look for the cause or impact of performance problems.',
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ export function AnalyzeDataButton() {
|
|||
position="top"
|
||||
content={i18n.translate('xpack.apm.analyzeDataButton.tooltip', {
|
||||
defaultMessage:
|
||||
'EXPERIMENTAL - Explore Data allows you to select and filter result data in any dimension, and look for the cause or impact of performance problems',
|
||||
'Explore Data allows you to select and filter result data in any dimension, and look for the cause or impact of performance problems',
|
||||
})}
|
||||
>
|
||||
<EuiButtonEmpty href={href} iconType="visBarVerticalStacked">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
import React from 'react';
|
||||
import { i18n } from '@kbn/i18n';
|
||||
import { EuiBetaBadge, EuiButton, EuiFlexGroup, EuiFlexItem, EuiText } from '@elastic/eui';
|
||||
import { EuiButton, EuiFlexGroup, EuiFlexItem, EuiText } from '@elastic/eui';
|
||||
import { TypedLensByValueInput } from '../../../../../../lens/public';
|
||||
import { useSeriesStorage } from '../hooks/use_series_storage';
|
||||
import { ExpViewActionMenu } from '../components/action_menu';
|
||||
|
@ -34,15 +34,7 @@ export function ExploratoryViewHeader({ lensAttributes, chartTimeRange }: Props)
|
|||
<h2>
|
||||
{i18n.translate('xpack.observability.expView.heading.label', {
|
||||
defaultMessage: 'Explore data',
|
||||
})}{' '}
|
||||
<EuiBetaBadge
|
||||
style={{
|
||||
verticalAlign: `middle`,
|
||||
}}
|
||||
label={i18n.translate('xpack.observability.expView.heading.experimental', {
|
||||
defaultMessage: 'Experimental',
|
||||
})}
|
||||
/>
|
||||
})}
|
||||
</h2>
|
||||
</EuiText>
|
||||
</EuiFlexItem>
|
||||
|
|
|
@ -19488,7 +19488,6 @@
|
|||
"xpack.observability.expView.heading.addToCase.notification": "ビジュアライゼーションが正常にケースに追加されました:{caseTitle}",
|
||||
"xpack.observability.expView.heading.addToCase.notification.error": "選択したケースにビジュアライゼーションを追加できませんでした。",
|
||||
"xpack.observability.expView.heading.addToCase.notification.viewCase": "ケースの表示",
|
||||
"xpack.observability.expView.heading.experimental": "実験的",
|
||||
"xpack.observability.expView.heading.label": "データの探索",
|
||||
"xpack.observability.expView.heading.openInLens": "Lensで開く",
|
||||
"xpack.observability.expView.heading.saveLensVisualization": "保存",
|
||||
|
|
|
@ -19771,7 +19771,6 @@
|
|||
"xpack.observability.expView.heading.addToCase.notification": "已成功将可视化添加到案例:{caseTitle}",
|
||||
"xpack.observability.expView.heading.addToCase.notification.error": "未能将可视化添加到所选案例。",
|
||||
"xpack.observability.expView.heading.addToCase.notification.viewCase": "查看案例",
|
||||
"xpack.observability.expView.heading.experimental": "实验性",
|
||||
"xpack.observability.expView.heading.label": "浏览数据",
|
||||
"xpack.observability.expView.heading.openInLens": "在 Lens 中打开",
|
||||
"xpack.observability.expView.heading.saveLensVisualization": "保存",
|
||||
|
|
|
@ -31,7 +31,7 @@ const ANALYZE_DATA = i18n.translate('xpack.uptime.analyzeDataButtonLabel', {
|
|||
|
||||
const ANALYZE_MESSAGE = i18n.translate('xpack.uptime.analyzeDataButtonLabel.message', {
|
||||
defaultMessage:
|
||||
'EXPERIMENTAL - Explore Data allows you to select and filter result data in any dimension and look for the cause or impact of performance problems.',
|
||||
'Explore Data allows you to select and filter result data in any dimension and look for the cause or impact of performance problems.',
|
||||
});
|
||||
|
||||
export function ActionMenuContent(): React.ReactElement {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue