mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
parent
642edd2f43
commit
2c8ec79abf
1 changed files with 0 additions and 3 deletions
|
@ -19,7 +19,6 @@ import {
|
|||
EuiFlexGroup,
|
||||
EuiFlexItem,
|
||||
EuiPanel,
|
||||
EuiBetaBadge,
|
||||
EuiProgress,
|
||||
EuiText,
|
||||
EuiHealth,
|
||||
|
@ -28,7 +27,6 @@ import {
|
|||
} from '@elastic/eui';
|
||||
import { useUserData } from '../../../../detections/components/user_info';
|
||||
import { hasUserCRUDPermission } from '../../../../common/utils/privileges';
|
||||
import { BETA, BETA_TOOLTIP } from '../../../../common/translations';
|
||||
import { HeaderSection } from '../../../../common/components/header_section';
|
||||
import { TableHeaderTooltipCell } from '../../../rule_management_ui/components/rules_table/table_header_tooltip_cell';
|
||||
import { FormattedDate } from '../../../../common/components/formatted_date';
|
||||
|
@ -265,7 +263,6 @@ export const RuleGaps = ({ ruleId, enabled }: { ruleId: string; enabled: boolean
|
|||
<EuiFlexItem grow={true}>
|
||||
<EuiFlexGroup gutterSize="s" alignItems="baseline">
|
||||
<HeaderSection title={'Gaps'} subtitle={'Rule gaps'} />
|
||||
<EuiBetaBadge label={BETA} tooltipContent={BETA_TOOLTIP} />
|
||||
</EuiFlexGroup>
|
||||
</EuiFlexItem>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue