[Exploratory view] Remove experimental bage (#119275) (#119325)

Co-authored-by: Shahzad <shahzad.muhammad@elastic.co>
This commit is contained in:
Kibana Machine 2021-11-22 11:22:51 -05:00 committed by GitHub
parent 266a5aae60
commit b733af73aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 15 deletions

View file

@ -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.',
}
);

View file

@ -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">

View file

@ -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>

View file

@ -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": "保存",

View file

@ -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": "保存",

View file

@ -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 {