mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* remove "beta" from UI
* fix- Linter is failing
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 68a07218ec
)
Co-authored-by: Saarika <55930906+saarikabhasi@users.noreply.github.com>
This commit is contained in:
parent
676d3e84d6
commit
e91a5c3684
2 changed files with 1 additions and 8 deletions
|
@ -155,10 +155,6 @@ export const SelectEngineType: React.FC = () => {
|
|||
`,
|
||||
}
|
||||
)}
|
||||
betaBadgeProps={{
|
||||
label: 'Beta',
|
||||
tooltipContent: 'This module is not GA. Please help us by reporting any bugs.',
|
||||
}}
|
||||
selectable={{
|
||||
isSelected: engineType === 'elasticsearch',
|
||||
onClick: () => setEngineType('elasticsearch'),
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
import React from 'react';
|
||||
|
||||
import { EuiBetaBadge, EuiContextMenuItem, EuiText, EuiFlexGroup, EuiFlexItem } from '@elastic/eui';
|
||||
import { EuiContextMenuItem, EuiText, EuiFlexGroup, EuiFlexItem } from '@elastic/eui';
|
||||
|
||||
import { i18n } from '@kbn/i18n';
|
||||
|
||||
|
@ -55,9 +55,6 @@ export const CreateEngineMenuItem: React.FC<CreateEngineMenuItemProps> = ({
|
|||
</EuiText>
|
||||
</EuiContextMenuItem>
|
||||
</EuiFlexItem>
|
||||
<EuiFlexItem grow={false} style={{ paddingTop: '.125rem' }}>
|
||||
<EuiBetaBadge label="Beta" size="s" />
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue