mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Security Solution][Analyzer] - Remove beta badge (#106752)
This commit is contained in:
parent
500cb492f2
commit
b807776699
3 changed files with 2 additions and 15 deletions
|
@ -7,10 +7,9 @@
|
|||
|
||||
/* eslint-disable react/display-name */
|
||||
|
||||
import { i18n } from '@kbn/i18n';
|
||||
import { EuiBreadcrumb, EuiBetaBadge } from '@elastic/eui';
|
||||
import { EuiBreadcrumb } from '@elastic/eui';
|
||||
import React, { memo, useMemo } from 'react';
|
||||
import { BetaHeader, ThemedBreadcrumbs } from './styles';
|
||||
import { ThemedBreadcrumbs } from './styles';
|
||||
import { useColors } from '../use_colors';
|
||||
|
||||
/**
|
||||
|
@ -31,16 +30,6 @@ export const Breadcrumbs = memo(function ({ breadcrumbs }: { breadcrumbs: EuiBre
|
|||
const { resolverBreadcrumbBackground, resolverEdgeText } = useColors();
|
||||
return (
|
||||
<>
|
||||
<BetaHeader>
|
||||
<EuiBetaBadge
|
||||
label={i18n.translate(
|
||||
'xpack.securitySolution.enpdoint.resolver.panelutils.betaBadgeLabel',
|
||||
{
|
||||
defaultMessage: 'BETA',
|
||||
}
|
||||
)}
|
||||
/>
|
||||
</BetaHeader>
|
||||
<ThemedBreadcrumbs
|
||||
background={resolverBreadcrumbBackground}
|
||||
text={resolverEdgeText}
|
||||
|
|
|
@ -21786,7 +21786,6 @@
|
|||
"xpack.securitySolution.endpointManagement.noPermissionsSubText": "Fleetが無効である可能性があります。この機能を使用するには、Fleetを有効にする必要があります。Fleetを有効にする権限がない場合は、Kibana管理者に連絡してください。",
|
||||
"xpack.securitySolution.endpointManagemnet.noPermissionsText": "Elastic Security Administrationを使用するために必要なKibana権限がありません。",
|
||||
"xpack.securitySolution.endpointsTab": "エンドポイント",
|
||||
"xpack.securitySolution.enpdoint.resolver.panelutils.betaBadgeLabel": "BETA",
|
||||
"xpack.securitySolution.enpdoint.resolver.panelutils.invaliddate": "無効な日付",
|
||||
"xpack.securitySolution.enpdoint.resolver.panelutils.noTimestampRetrieved": "タイムスタンプが取得されていません",
|
||||
"xpack.securitySolution.event.module.linkToElasticEndpointSecurityDescription": "Endpoint Securityで開く",
|
||||
|
|
|
@ -22103,7 +22103,6 @@
|
|||
"xpack.securitySolution.endpointManagement.noPermissionsSubText": "似乎 Fleet 已禁用。必须启用 Fleet,才能使用此功能。如果您无权启用 Fleet,请联系您的 Kibana 管理员。",
|
||||
"xpack.securitySolution.endpointManagemnet.noPermissionsText": "您没有所需的 Kibana 权限,无法使用 Elastic Security 管理",
|
||||
"xpack.securitySolution.endpointsTab": "终端",
|
||||
"xpack.securitySolution.enpdoint.resolver.panelutils.betaBadgeLabel": "公测版",
|
||||
"xpack.securitySolution.enpdoint.resolver.panelutils.invaliddate": "日期无效",
|
||||
"xpack.securitySolution.enpdoint.resolver.panelutils.noTimestampRetrieved": "未检索时间戳",
|
||||
"xpack.securitySolution.event.module.linkToElasticEndpointSecurityDescription": "在 Endpoint Security 中打开",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue