diff --git a/examples/esql_ast_inspector/public/components/esql_inspector/components/preview/components/preview_ui/components/from_command/source.tsx b/examples/esql_ast_inspector/public/components/esql_inspector/components/preview/components/preview_ui/components/from_command/source.tsx index 8e55a03bd2630..a3530daee6fe8 100644 --- a/examples/esql_ast_inspector/public/components/esql_inspector/components/preview/components/preview_ui/components/from_command/source.tsx +++ b/examples/esql_ast_inspector/public/components/esql_inspector/components/preview/components/preview_ui/components/from_command/source.tsx @@ -71,7 +71,7 @@ export const Source: React.FC = ({ node, index }) => { label={ comment ? ( - + Source {index} diff --git a/src/platform/packages/private/kbn-index-editor/src/components/file_clashes.tsx b/src/platform/packages/private/kbn-index-editor/src/components/file_clashes.tsx index 768300c12126c..f2691a2580759 100644 --- a/src/platform/packages/private/kbn-index-editor/src/components/file_clashes.tsx +++ b/src/platform/packages/private/kbn-index-editor/src/components/file_clashes.tsx @@ -120,7 +120,7 @@ export const FileClashIcon: FC = ({ fileClash }) => { case CLASH_ERROR_TYPE.ERROR: return ( - + @@ -128,7 +128,7 @@ export const FileClashIcon: FC = ({ fileClash }) => { case CLASH_ERROR_TYPE.WARNING: return ( - + diff --git a/src/platform/packages/private/kbn-index-editor/src/components/flyout_content.tsx b/src/platform/packages/private/kbn-index-editor/src/components/flyout_content.tsx index caeb6778c6aaf..8f7fe610d6288 100644 --- a/src/platform/packages/private/kbn-index-editor/src/components/flyout_content.tsx +++ b/src/platform/packages/private/kbn-index-editor/src/components/flyout_content.tsx @@ -112,6 +112,7 @@ export const FlyoutContent: FC = ({ deps, props }) => { })} > - - + - ); } @@ -40,7 +40,7 @@ export const UpdatedAtField: FC<{ dateTime?: string; DateFormatterComp?: DateFor {(formattedDate: string) => ( - {formattedDate} + {formattedDate} )} @@ -48,7 +48,7 @@ export const UpdatedAtField: FC<{ dateTime?: string; DateFormatterComp?: DateFor } return ( - {updatedAt.format('ll')} + {updatedAt.format('ll')} ); }; diff --git a/src/platform/packages/shared/kbn-apm-ui-shared/src/components/duration/percent_of_parent.tsx b/src/platform/packages/shared/kbn-apm-ui-shared/src/components/duration/percent_of_parent.tsx index f06c88c93410a..191ebc16b5983 100644 --- a/src/platform/packages/shared/kbn-apm-ui-shared/src/components/duration/percent_of_parent.tsx +++ b/src/platform/packages/shared/kbn-apm-ui-shared/src/components/duration/percent_of_parent.tsx @@ -44,7 +44,7 @@ export function PercentOfParent({ duration, totalDuration, parentType }: Percent }, })} > - <>{percentOfParentText} + {percentOfParentText} ) : ( percentOfParentText diff --git a/src/platform/packages/shared/kbn-apm-ui-shared/src/components/span_icon/span_icon.stories.tsx b/src/platform/packages/shared/kbn-apm-ui-shared/src/components/span_icon/span_icon.stories.tsx index a9f838310b406..2b4df8e8d937d 100644 --- a/src/platform/packages/shared/kbn-apm-ui-shared/src/components/span_icon/span_icon.stories.tsx +++ b/src/platform/packages/shared/kbn-apm-ui-shared/src/components/span_icon/span_icon.stories.tsx @@ -34,7 +34,13 @@ export const List: StoryFn = () => { icon={

- +

} diff --git a/src/platform/packages/shared/kbn-apm-ui-shared/src/components/timestamp/index.tsx b/src/platform/packages/shared/kbn-apm-ui-shared/src/components/timestamp/index.tsx index 3e6f1d2e2f5d6..9f5ecf444932f 100644 --- a/src/platform/packages/shared/kbn-apm-ui-shared/src/components/timestamp/index.tsx +++ b/src/platform/packages/shared/kbn-apm-ui-shared/src/components/timestamp/index.tsx @@ -37,7 +37,7 @@ export function Timestamp({ ) : ( - <>{relativeTime} + {relativeTime} ); } diff --git a/src/platform/packages/shared/kbn-custom-icons/src/components/agent_icon/agent_icon.stories.tsx b/src/platform/packages/shared/kbn-custom-icons/src/components/agent_icon/agent_icon.stories.tsx index 8d0a7c847a655..de72c594bd929 100644 --- a/src/platform/packages/shared/kbn-custom-icons/src/components/agent_icon/agent_icon.stories.tsx +++ b/src/platform/packages/shared/kbn-custom-icons/src/components/agent_icon/agent_icon.stories.tsx @@ -35,6 +35,7 @@ export const List: StoryFn = () => { hasShadow alt={agentName} src={getAgentIcon(agentName, false)} + tabIndex={0} /> } diff --git a/src/platform/packages/shared/kbn-grouping/src/components/accordion_panel/group_stats.tsx b/src/platform/packages/shared/kbn-grouping/src/components/accordion_panel/group_stats.tsx index 69e6d6fe58f9f..83576a15118b7 100644 --- a/src/platform/packages/shared/kbn-grouping/src/components/accordion_panel/group_stats.tsx +++ b/src/platform/packages/shared/kbn-grouping/src/components/accordion_panel/group_stats.tsx @@ -99,6 +99,7 @@ const GroupStatsComponent = ({ component: ( diff --git a/src/platform/packages/shared/kbn-unified-doc-viewer/src/components/field_name/field_name.tsx b/src/platform/packages/shared/kbn-unified-doc-viewer/src/components/field_name/field_name.tsx index aa3056d5070f7..520c7f12b0d2e 100644 --- a/src/platform/packages/shared/kbn-unified-doc-viewer/src/components/field_name/field_name.tsx +++ b/src/platform/packages/shared/kbn-unified-doc-viewer/src/components/field_name/field_name.tsx @@ -90,6 +90,7 @@ export function FieldName({ )} > = ({ })} delay="long" > - + {formattedPercentage} diff --git a/src/platform/packages/shared/response-ops/alerts-fields-browser/components/field_items/field_items.tsx b/src/platform/packages/shared/response-ops/alerts-fields-browser/components/field_items/field_items.tsx index 6896dbfc4aa90..7a820bdf4529b 100644 --- a/src/platform/packages/shared/response-ops/alerts-fields-browser/components/field_items/field_items.tsx +++ b/src/platform/packages/shared/response-ops/alerts-fields-browser/components/field_items/field_items.tsx @@ -140,7 +140,7 @@ const getDefaultFieldTableColumns = ({ highlight }: { highlight: string }): Fiel

{i18n.DESCRIPTION_FOR_FIELD(name)}

- + {`${description ?? getEmptyValue()} ${getExampleText(example)}`} diff --git a/src/platform/packages/shared/response-ops/alerts-table/components/alert_lifecycle_status_cell.tsx b/src/platform/packages/shared/response-ops/alerts-table/components/alert_lifecycle_status_cell.tsx index 539b07c2cdb2c..fc6b2738e203f 100644 --- a/src/platform/packages/shared/response-ops/alerts-table/components/alert_lifecycle_status_cell.tsx +++ b/src/platform/packages/shared/response-ops/alerts-table/components/alert_lifecycle_status_cell.tsx @@ -46,6 +46,7 @@ export const AlertLifecycleStatusCell: CellComponent = memo((props) => { > ( `, }} > - + {updateText} diff --git a/src/platform/packages/shared/response-ops/alerts-table/components/maintenance_windows_cell.tsx b/src/platform/packages/shared/response-ops/alerts-table/components/maintenance_windows_cell.tsx index 1fb108ad95bcc..ec9545601c957 100644 --- a/src/platform/packages/shared/response-ops/alerts-table/components/maintenance_windows_cell.tsx +++ b/src/platform/packages/shared/response-ops/alerts-table/components/maintenance_windows_cell.tsx @@ -37,7 +37,7 @@ export const MaintenanceWindowBaseCell = memo((props: MaintenanceWindowBaseCellP key={`${mw.id}_tooltip`} content={} > - + {mw.title} {index !== totalLength - 1 && <>,  } diff --git a/src/platform/packages/shared/response-ops/rule_form/src/rule_actions/rule_actions_item.tsx b/src/platform/packages/shared/response-ops/rule_form/src/rule_actions/rule_actions_item.tsx index 94c2ae824ee00..81ad81e28a71f 100644 --- a/src/platform/packages/shared/response-ops/rule_form/src/rule_actions/rule_actions_item.tsx +++ b/src/platform/packages/shared/response-ops/rule_form/src/rule_actions/rule_actions_item.tsx @@ -617,7 +617,7 @@ export const RuleActionsItem = (props: RuleActionsItemProps) => { : RUN_WHEN_GROUP_TITLE(selectedActionGroup!.name.toLocaleLowerCase()) } > - + ); @@ -635,7 +635,12 @@ export const RuleActionsItem = (props: RuleActionsItemProps) => { return ( - + ); diff --git a/src/platform/packages/shared/response-ops/rule_form/src/rule_actions/rule_actions_system_actions_item.tsx b/src/platform/packages/shared/response-ops/rule_form/src/rule_actions/rule_actions_system_actions_item.tsx index f91947391a58f..ad9b577a2b35c 100644 --- a/src/platform/packages/shared/response-ops/rule_form/src/rule_actions/rule_actions_system_actions_item.tsx +++ b/src/platform/packages/shared/response-ops/rule_form/src/rule_actions/rule_actions_system_actions_item.tsx @@ -318,7 +318,12 @@ export const RuleActionsSystemActionsItem = (props: RuleActionsSystemActionsItem {warning && !isOpen && ( - + )} diff --git a/src/platform/plugins/private/presentation_panel/public/panel_component/panel_header/presentation_panel_title.tsx b/src/platform/plugins/private/presentation_panel/public/panel_component/panel_header/presentation_panel_title.tsx index 17b36439d99bd..10912e388de74 100644 --- a/src/platform/plugins/private/presentation_panel/public/panel_component/panel_header/presentation_panel_title.tsx +++ b/src/platform/plugins/private/presentation_panel/public/panel_component/panel_header/presentation_panel_title.tsx @@ -109,6 +109,7 @@ export const PresentationPanelTitle = ({ column-gap: ${euiTheme.size.xs}; align-items: center; `} + tabIndex={0} > {!hideTitle ? (

- {gtePrependLabel} + + {gtePrependLabel} + } /> @@ -217,7 +219,9 @@ function RangesParamEditor({ isInvalid={!isToValid} prepend={ - {ltPrependLabel} + + {ltPrependLabel} + } /> diff --git a/src/platform/plugins/shared/console/public/application/components/network_request_status_bar/network_request_status_bar.tsx b/src/platform/plugins/shared/console/public/application/components/network_request_status_bar/network_request_status_bar.tsx index 41a2b95023b37..c6818dbeb8c43 100644 --- a/src/platform/plugins/shared/console/public/application/components/network_request_status_bar/network_request_status_bar.tsx +++ b/src/platform/plugins/shared/console/public/application/components/network_request_status_bar/network_request_status_bar.tsx @@ -85,6 +85,7 @@ export const NetworkRequestStatusBar: FunctionComponent = ({ {/* Use   to ensure that no matter the width we don't allow line breaks */} {statusCode} - {statusText} @@ -102,7 +103,7 @@ export const NetworkRequestStatusBar: FunctionComponent = ({ } > - + {timeElapsedMs} {'ms'} diff --git a/src/platform/plugins/shared/controls/public/controls/data_controls/options_list_control/components/options_list_popover_suggestion_badge.tsx b/src/platform/plugins/shared/controls/public/controls/data_controls/options_list_control/components/options_list_popover_suggestion_badge.tsx index 72aed7f0f3bc2..421738d56dfde 100644 --- a/src/platform/plugins/shared/controls/public/controls/data_controls/options_list_control/components/options_list_popover_suggestion_badge.tsx +++ b/src/platform/plugins/shared/controls/public/controls/data_controls/options_list_control/components/options_list_popover_suggestion_badge.tsx @@ -23,6 +23,7 @@ export const OptionsListPopoverSuggestionBadge = ({ documentCount }: { documentC position={'right'} > - + {statusContent} diff --git a/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/indexed_fields_table/components/table/table.tsx b/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/indexed_fields_table/components/table/table.tsx index 392700f1b8044..8727eb15ac73c 100644 --- a/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/indexed_fields_table/components/table/table.tsx +++ b/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/indexed_fields_table/components/table/table.tsx @@ -273,7 +273,7 @@ export const renderFieldName = (field: IndexedFieldItem, timeFieldName?: string) {field.customLabel && field.customLabel !== field.name ? (
- + {field.customLabel} diff --git a/src/platform/plugins/shared/dev_tools/public/application.tsx b/src/platform/plugins/shared/dev_tools/public/application.tsx index 01e017b0af79d..79799ee2adcb4 100644 --- a/src/platform/plugins/shared/dev_tools/public/application.tsx +++ b/src/platform/plugins/shared/dev_tools/public/application.tsx @@ -121,7 +121,7 @@ function DevToolsWrapper({ }} > - + {currentDevTool.title}{' '} {currentDevTool.isBeta && ( @@ -353,6 +354,7 @@ export function Header({ label="" iconType="beaker" size="s" + tabIndex={0} css={css` vertical-align: middle; `} diff --git a/src/platform/plugins/shared/inspector/public/views/requests/components/request_selector.tsx b/src/platform/plugins/shared/inspector/public/views/requests/components/request_selector.tsx index 68e3ea9196890..9a3e029dd631f 100644 --- a/src/platform/plugins/shared/inspector/public/views/requests/components/request_selector.tsx +++ b/src/platform/plugins/shared/inspector/public/views/requests/components/request_selector.tsx @@ -116,6 +116,7 @@ export class RequestSelector extends Component { > diff --git a/src/platform/plugins/shared/saved_objects_management/public/management_section/objects_table/components/table.tsx b/src/platform/plugins/shared/saved_objects_management/public/management_section/objects_table/components/table.tsx index 93288438b76a5..a23fd4e59adae 100644 --- a/src/platform/plugins/shared/saved_objects_management/public/management_section/objects_table/components/table.tsx +++ b/src/platform/plugins/shared/saved_objects_management/public/management_section/objects_table/components/table.tsx @@ -149,7 +149,7 @@ export class Table extends PureComponent { } )} > - - + - ); } @@ -158,7 +158,7 @@ export class Table extends PureComponent { if (updatedAt.diff(moment(), 'days') > -7) { return ( - + @@ -166,7 +166,7 @@ export class Table extends PureComponent { } return ( - {updatedAt.format('LL')} + {updatedAt.format('LL')} ); }; diff --git a/src/platform/plugins/shared/unified_search/public/filter_bar/filter_view/index.tsx b/src/platform/plugins/shared/unified_search/public/filter_bar/filter_view/index.tsx index de618848498f7..0aeb8364481c2 100644 --- a/src/platform/plugins/shared/unified_search/public/filter_bar/filter_view/index.tsx +++ b/src/platform/plugins/shared/unified_search/public/filter_bar/filter_view/index.tsx @@ -109,7 +109,7 @@ export const FilterView: FC = ({ return readOnly ? ( - + diff --git a/src/platform/plugins/shared/workflows_management/public/components/workflows_empty_state/workflows_empty_state.tsx b/src/platform/plugins/shared/workflows_management/public/components/workflows_empty_state/workflows_empty_state.tsx index e33c5c8d94ccb..213a4d623a1d3 100644 --- a/src/platform/plugins/shared/workflows_management/public/components/workflows_empty_state/workflows_empty_state.tsx +++ b/src/platform/plugins/shared/workflows_management/public/components/workflows_empty_state/workflows_empty_state.tsx @@ -74,6 +74,7 @@ export function WorkflowsEmptyState({ } > } position="right" > - + {rowLabel} @@ -584,7 +584,7 @@ export function PanelMenu({ } position="right" > - + Show custom action diff --git a/x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/brush_badge.tsx b/x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/brush_badge.tsx index 6cfb80cd14085..9d530f0781c7f 100644 --- a/x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/brush_badge.tsx +++ b/x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/brush_badge.tsx @@ -66,7 +66,9 @@ export const BrushBadge: FC = ({ } position="top" > - {label} + + {label} +
); diff --git a/x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/prompt_editor/system_prompt/helpers.tsx b/x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/prompt_editor/system_prompt/helpers.tsx index 11c20dec698bb..04e1d20ee7ef4 100644 --- a/x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/prompt_editor/system_prompt/helpers.tsx +++ b/x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/prompt_editor/system_prompt/helpers.tsx @@ -52,7 +52,7 @@ export const getOptionFromPrompt = ({ {/* Empty content tooltip gets around :hover styles from SuperSelectOptionButton */} - + {isEmpty(content) ?

{EMPTY_PROMPT}

:

{content}

}
diff --git a/x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_badge.tsx b/x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_badge.tsx index c0c1c2a1e823d..0dee63b89841c 100644 --- a/x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_badge.tsx +++ b/x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_badge.tsx @@ -25,7 +25,7 @@ export const ApiKeyBadge: FunctionComponent = ({ type }) => { /> } > - + = ({ type }) => { /> } > - + = ({ type }) => { /> } > - + { return ( - {children ?? moment(timestamp).fromNow()} + {children ?? moment(timestamp).fromNow()} ); }; diff --git a/x-pack/platform/plugins/private/canvas/public/components/arg_form/arg_label.js b/x-pack/platform/plugins/private/canvas/public/components/arg_form/arg_label.js index f8af5fbb28a6c..8fb0684f61105 100644 --- a/x-pack/platform/plugins/private/canvas/public/components/arg_form/arg_label.js +++ b/x-pack/platform/plugins/private/canvas/public/components/arg_form/arg_label.js @@ -21,7 +21,7 @@ export const ArgLabel = (props) => { className="canvasSidebar__accordion" buttonContent={ - {label} + {label} } extraAction={simpleArg} @@ -34,7 +34,7 @@ export const ArgLabel = (props) => { display="columnCompressed" label={ - + {label} diff --git a/x-pack/platform/plugins/private/canvas/public/components/page_config/page_config.js b/x-pack/platform/plugins/private/canvas/public/components/page_config/page_config.js index b2593a86f8c2f..39b1a3623f377 100644 --- a/x-pack/platform/plugins/private/canvas/public/components/page_config/page_config.js +++ b/x-pack/platform/plugins/private/canvas/public/components/page_config/page_config.js @@ -64,7 +64,7 @@ export const PageConfig = ({ display="columnCompressed" label={ - + {strings.getBackgroundColorLabel()} diff --git a/x-pack/platform/plugins/private/canvas/public/components/var_config/var_config.tsx b/x-pack/platform/plugins/private/canvas/public/components/var_config/var_config.tsx index 1687695558551..59621982d3257 100644 --- a/x-pack/platform/plugins/private/canvas/public/components/var_config/var_config.tsx +++ b/x-pack/platform/plugins/private/canvas/public/components/var_config/var_config.tsx @@ -189,7 +189,7 @@ export const VarConfig: FC = ({ position="left" className="canvasArg__tooltip" > - {strings.getTitle()} + {strings.getTitle()} } extraAction={ diff --git a/x-pack/platform/plugins/private/canvas/public/components/workpad_config/workpad_config.component.tsx b/x-pack/platform/plugins/private/canvas/public/components/workpad_config/workpad_config.component.tsx index ce33967dcff85..0a28c37b2e9e9 100644 --- a/x-pack/platform/plugins/private/canvas/public/components/workpad_config/workpad_config.component.tsx +++ b/x-pack/platform/plugins/private/canvas/public/components/workpad_config/workpad_config.component.tsx @@ -198,7 +198,7 @@ export const WorkpadConfig: FC = (props) => { position="left" className="canvasArg__tooltip" > - {strings.getGlobalCSSLabel()} + {strings.getGlobalCSSLabel()} } > diff --git a/x-pack/platform/plugins/private/data_visualizer/public/application/data_drift/data_drift_overview_table.tsx b/x-pack/platform/plugins/private/data_visualizer/public/application/data_drift/data_drift_overview_table.tsx index e7cf23420f6c5..6e1dbf894de9a 100644 --- a/x-pack/platform/plugins/private/data_visualizer/public/application/data_drift/data_drift_overview_table.tsx +++ b/x-pack/platform/plugins/private/data_visualizer/public/application/data_drift/data_drift_overview_table.tsx @@ -10,13 +10,7 @@ import type { ReactNode } from 'react'; import React, { useEffect, useMemo, useState } from 'react'; import { i18n } from '@kbn/i18n'; import type { EuiBasicTableColumn, EuiTableFieldDataColumnType } from '@elastic/eui'; -import { - EuiButtonIcon, - EuiIcon, - EuiInMemoryTable, - EuiScreenReaderOnly, - EuiToolTip, -} from '@elastic/eui'; +import { EuiButtonIcon, EuiInMemoryTable, EuiScreenReaderOnly } from '@elastic/eui'; import { FieldTypeIcon } from '../common/components/field_type_icon'; import { COLLAPSE_ROW, EXPAND_ROW } from '../../../common/i18n_constants'; import { COMPARISON_LABEL, REFERENCE_LABEL } from './constants'; @@ -154,21 +148,16 @@ export const DataDriftOverviewTable = ({ }, { field: 'similarityTestPValue', - name: ( - - - {i18n.translate('xpack.dataVisualizer.dataDrift.pValueLabel', { - defaultMessage: 'Similarity p-value', - })} - - - - ), + name: i18n.translate('xpack.dataVisualizer.dataDrift.pValueLabel', { + defaultMessage: 'Similarity p-value', + }), + nameTooltip: { + content: i18n.translate('xpack.dataVisualizer.dataDrift.pValueTooltip', { + defaultMessage: + 'Indicates how extreme the change is. Lower values indicate greater change.', + }), + icon: 'question', + }, 'data-test-subj': 'mlDataDriftOverviewTableSimilarityTestPValue', sortable: true, textOnly: true, diff --git a/x-pack/platform/plugins/private/data_visualizer/public/application/file_data_visualizer/new/file_status/file_contents/field_badge.tsx b/x-pack/platform/plugins/private/data_visualizer/public/application/file_data_visualizer/new/file_status/file_contents/field_badge.tsx index 13e826aefd433..5691fc169356d 100644 --- a/x-pack/platform/plugins/private/data_visualizer/public/application/file_data_visualizer/new/file_status/file_contents/field_badge.tsx +++ b/x-pack/platform/plugins/private/data_visualizer/public/application/file_data_visualizer/new/file_status/file_contents/field_badge.tsx @@ -33,6 +33,7 @@ export const FieldBadge: FC = ({ type, value, name }) => { - + {mc.v1} - +  ({mc.overlap})  - + {mc.v2} diff --git a/x-pack/platform/plugins/private/index_lifecycle_management/public/application/sections/policy_list/components/deprecated_policy_badge.tsx b/x-pack/platform/plugins/private/index_lifecycle_management/public/application/sections/policy_list/components/deprecated_policy_badge.tsx index f48e6d5c4a639..5dd76f215740a 100644 --- a/x-pack/platform/plugins/private/index_lifecycle_management/public/application/sections/policy_list/components/deprecated_policy_badge.tsx +++ b/x-pack/platform/plugins/private/index_lifecycle_management/public/application/sections/policy_list/components/deprecated_policy_badge.tsx @@ -24,7 +24,7 @@ const deprecatedPolicyTooltips = { export const DeprecatedPolicyBadge = () => { return ( - + {deprecatedPolicyTooltips.badge} diff --git a/x-pack/platform/plugins/private/index_lifecycle_management/public/application/sections/policy_list/components/managed_policy_badge.tsx b/x-pack/platform/plugins/private/index_lifecycle_management/public/application/sections/policy_list/components/managed_policy_badge.tsx index f8124fcd70474..7f93587198e98 100644 --- a/x-pack/platform/plugins/private/index_lifecycle_management/public/application/sections/policy_list/components/managed_policy_badge.tsx +++ b/x-pack/platform/plugins/private/index_lifecycle_management/public/application/sections/policy_list/components/managed_policy_badge.tsx @@ -25,7 +25,7 @@ const managedPolicyTooltips = { export const ManagedPolicyBadge = () => { return ( - + {managedPolicyTooltips.badge} diff --git a/x-pack/platform/plugins/private/monitoring/public/alerts/lib/__snapshots__/get_alert_panels_by_category.test.tsx.snap b/x-pack/platform/plugins/private/monitoring/public/alerts/lib/__snapshots__/get_alert_panels_by_category.test.tsx.snap index 422871c40db1e..b71248f15e90f 100644 --- a/x-pack/platform/plugins/private/monitoring/public/alerts/lib/__snapshots__/get_alert_panels_by_category.test.tsx.snap +++ b/x-pack/platform/plugins/private/monitoring/public/alerts/lib/__snapshots__/get_alert_panels_by_category.test.tsx.snap @@ -48,6 +48,7 @@ Array [ > triggered:0 @@ -188,6 +189,7 @@ Array [ > triggered:1 @@ -214,6 +216,7 @@ Array [ > triggered:0 @@ -457,6 +460,7 @@ Array [ > triggered:1 @@ -483,6 +487,7 @@ Array [ > triggered:0 @@ -515,6 +520,7 @@ Array [ > triggered:0 @@ -547,6 +553,7 @@ Array [ > triggered:1 @@ -573,6 +580,7 @@ Array [ > triggered:0 diff --git a/x-pack/platform/plugins/private/monitoring/public/alerts/lib/__snapshots__/get_alert_panels_by_node.test.tsx.snap b/x-pack/platform/plugins/private/monitoring/public/alerts/lib/__snapshots__/get_alert_panels_by_node.test.tsx.snap index 1d7ac286a08ab..190bb6772834f 100644 --- a/x-pack/platform/plugins/private/monitoring/public/alerts/lib/__snapshots__/get_alert_panels_by_node.test.tsx.snap +++ b/x-pack/platform/plugins/private/monitoring/public/alerts/lib/__snapshots__/get_alert_panels_by_node.test.tsx.snap @@ -50,6 +50,7 @@ Array [ > triggered:0 @@ -79,6 +80,7 @@ Array [ > triggered:0 @@ -259,6 +261,7 @@ Array [ > triggered:0 @@ -282,6 +285,7 @@ Array [ > triggered:0 @@ -305,6 +309,7 @@ Array [ > triggered:0 @@ -334,6 +339,7 @@ Array [ > triggered:0 @@ -357,6 +363,7 @@ Array [ > triggered:0 @@ -380,6 +387,7 @@ Array [ > triggered:0 diff --git a/x-pack/platform/plugins/private/monitoring/public/alerts/lib/get_alert_panels_by_category.tsx b/x-pack/platform/plugins/private/monitoring/public/alerts/lib/get_alert_panels_by_category.tsx index 43badae7a32a5..026b46da69938 100644 --- a/x-pack/platform/plugins/private/monitoring/public/alerts/lib/get_alert_panels_by_category.tsx +++ b/x-pack/platform/plugins/private/monitoring/public/alerts/lib/get_alert_panels_by_category.tsx @@ -208,7 +208,7 @@ export function getAlertPanelsByCategory( Legacy.shims.uiSettings.get('dateFormat:tz') )} > - + {getDateFromNow( alertState.state.ui.triggeredMS, Legacy.shims.uiSettings.get('dateFormat:tz') diff --git a/x-pack/platform/plugins/private/monitoring/public/alerts/lib/get_alert_panels_by_node.tsx b/x-pack/platform/plugins/private/monitoring/public/alerts/lib/get_alert_panels_by_node.tsx index a8f647c84d64c..ae9a8c3d686b0 100644 --- a/x-pack/platform/plugins/private/monitoring/public/alerts/lib/get_alert_panels_by_node.tsx +++ b/x-pack/platform/plugins/private/monitoring/public/alerts/lib/get_alert_panels_by_node.tsx @@ -103,7 +103,7 @@ export function getAlertPanelsByNode( Legacy.shims.uiSettings.get('dateFormat:tz') )} > - + {getDateFromNow( alertState.state.ui.triggeredMS, Legacy.shims.uiSettings.get('dateFormat:tz') diff --git a/x-pack/platform/plugins/private/monitoring/public/components/cluster/overview/elasticsearch_panel.js b/x-pack/platform/plugins/private/monitoring/public/components/cluster/overview/elasticsearch_panel.js index d889f5ff4c5d7..8bdcc0ceb3950 100644 --- a/x-pack/platform/plugins/private/monitoring/public/components/cluster/overview/elasticsearch_panel.js +++ b/x-pack/platform/plugins/private/monitoring/public/components/cluster/overview/elasticsearch_panel.js @@ -152,7 +152,7 @@ function renderLog(log) { {log.levels.map((level, index) => ( - + {formatNumber(level.count, 'int_commas')} diff --git a/x-pack/platform/plugins/private/monitoring/public/components/cluster/overview/kibana_panel.js b/x-pack/platform/plugins/private/monitoring/public/components/cluster/overview/kibana_panel.js index c8d401790323f..aa85708635c87 100644 --- a/x-pack/platform/plugins/private/monitoring/public/components/cluster/overview/kibana_panel.js +++ b/x-pack/platform/plugins/private/monitoring/public/components/cluster/overview/kibana_panel.js @@ -256,7 +256,7 @@ function statusIndicator(status, someStatusIsStale, instancesHref, staleStatusTh <>
- + {i18n.translate('xpack.monitoring.cluster.overview.kibanaPanel.staleStatusLabel', { defaultMessage: 'Stale', })} diff --git a/x-pack/platform/plugins/private/monitoring/public/components/elasticsearch/nodes/nodes.js b/x-pack/platform/plugins/private/monitoring/public/components/elasticsearch/nodes/nodes.js index 6114df851a78d..fe735d9cd5f38 100644 --- a/x-pack/platform/plugins/private/monitoring/public/components/elasticsearch/nodes/nodes.js +++ b/x-pack/platform/plugins/private/monitoring/public/components/elasticsearch/nodes/nodes.js @@ -179,6 +179,7 @@ const getColumns = (showCgroupMetricsElasticsearch, setupMode, clusterUuid, aler status, }, })} + tabIndex={0} > {status} @@ -226,7 +227,7 @@ const getColumns = (showCgroupMetricsElasticsearch, setupMode, clusterUuid, aler position="bottom" content={tail.join(', ')} > - +{tail.length} + +{tail.length} )} diff --git a/x-pack/platform/plugins/private/monitoring/public/components/elasticsearch/shard_allocation/components/shard.js b/x-pack/platform/plugins/private/monitoring/public/components/elasticsearch/shard_allocation/components/shard.js index 67d780fd54be5..167ee0918f938 100644 --- a/x-pack/platform/plugins/private/monitoring/public/components/elasticsearch/shard_allocation/components/shard.js +++ b/x-pack/platform/plugins/private/monitoring/public/components/elasticsearch/shard_allocation/components/shard.js @@ -118,7 +118,7 @@ export class Shard extends React.Component { if (this.state.tooltipVisible) { shardUi = ( -

{shardUi}

+

{shardUi}

); } diff --git a/x-pack/platform/plugins/private/monitoring/public/components/kibana/cluster_status/index.tsx b/x-pack/platform/plugins/private/monitoring/public/components/kibana/cluster_status/index.tsx index d260403a50186..12f5c70659e5f 100644 --- a/x-pack/platform/plugins/private/monitoring/public/components/kibana/cluster_status/index.tsx +++ b/x-pack/platform/plugins/private/monitoring/public/components/kibana/cluster_status/index.tsx @@ -138,7 +138,7 @@ function OverviewPageStatusIndicator({ staleMessage }: IndicatorProps) { <>
- + {i18n.translate( 'xpack.monitoring.kibana.clusterStatus.overview.staleStatusInstancesLabel', { @@ -176,7 +176,7 @@ function OverviewPageStatusIndicator({ staleMessage }: IndicatorProps) { function InstancesPageStatusIndicator({ staleMessage }: IndicatorProps) { const title = ( - + {i18n.translate( 'xpack.monitoring.kibana.clusterStatus.instances.staleStatusInstancesLabel', { diff --git a/x-pack/platform/plugins/private/monitoring/public/components/kibana/detail_status/index.js b/x-pack/platform/plugins/private/monitoring/public/components/kibana/detail_status/index.js index d841f8a452f08..66cda38111d89 100644 --- a/x-pack/platform/plugins/private/monitoring/public/components/kibana/detail_status/index.js +++ b/x-pack/platform/plugins/private/monitoring/public/components/kibana/detail_status/index.js @@ -134,7 +134,7 @@ function prepareStaleMessage(status, lastSeenTimestamp, staleStatusThresholdSeco {capitalize(status)} - + {i18n.translate('xpack.monitoring.kibana.detailStatus.staleStatusLabel', { defaultMessage: 'Stale', })} diff --git a/x-pack/platform/plugins/private/monitoring/public/components/kibana/instances/instances.tsx b/x-pack/platform/plugins/private/monitoring/public/components/kibana/instances/instances.tsx index 3225c5c651a17..1b45b72f822a9 100644 --- a/x-pack/platform/plugins/private/monitoring/public/components/kibana/instances/instances.tsx +++ b/x-pack/platform/plugins/private/monitoring/public/components/kibana/instances/instances.tsx @@ -375,7 +375,7 @@ function prepareLastSeenTimestamp(lastSeenTimestampRaw: string, dateFormat: stri if (shouldShowRelativeTime) { return ( - {relativeTime} + {relativeTime} ); } diff --git a/x-pack/platform/plugins/private/painless_lab/public/application/components/output_pane/context_tab.tsx b/x-pack/platform/plugins/private/painless_lab/public/application/components/output_pane/context_tab.tsx index fba2c032a1c2e..94c675f46855f 100644 --- a/x-pack/platform/plugins/private/painless_lab/public/application/components/output_pane/context_tab.tsx +++ b/x-pack/platform/plugins/private/painless_lab/public/application/components/output_pane/context_tab.tsx @@ -43,7 +43,7 @@ export const ContextTab: FunctionComponent = () => { defaultMessage: 'Different contexts provide different functions on the ctx object', })} > - + { defaultMessage: `Index mappings must be compatible with the sample document's fields`, })} > - + { 'Use query to specify that that _score will be used to calculate score.', })} > - + {' '} @@ -167,7 +167,7 @@ export const ContextTab: FunctionComponent = () => { defaultMessage: "Your script can access this document's fields", })} > - + { defaultMessage: 'These variables are assigned to the "params" object in your script', })} > - + = ({ shards }) => { }, })} > - + {percent} @@ -111,7 +111,7 @@ export const ShardsTable: React.FunctionComponent = ({ shards }) => { /> } > - + = ({ disabled }) => { if (disabled) { return ( - <>{cloneActionNameText} + {cloneActionNameText} ); } diff --git a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_create_alert/create_alert_rule_action_name.tsx b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_create_alert/create_alert_rule_action_name.tsx index fec35288d80b5..60e0bc864768c 100644 --- a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_create_alert/create_alert_rule_action_name.tsx +++ b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_create_alert/create_alert_rule_action_name.tsx @@ -31,7 +31,7 @@ export const CreateAlertRuleActionName: FC = ({ disa position="top" content={createCapabilityFailureMessage('canCreateTransformAlerts')} > - <>{crateAlertRuleActionNameText} + {crateAlertRuleActionNameText} ); } diff --git a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_delete/delete_action_name.tsx b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_delete/delete_action_name.tsx index d1a846f15071c..dcfb322f18ec3 100644 --- a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_delete/delete_action_name.tsx +++ b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_delete/delete_action_name.tsx @@ -90,7 +90,7 @@ export const DeleteActionName: FC = ({ if (content) { return ( - <>{deleteActionNameText} + {deleteActionNameText} ); } diff --git a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_discover/discover_action_name.tsx b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_discover/discover_action_name.tsx index dab0b4e8775b5..0af32b84739b2 100644 --- a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_discover/discover_action_name.tsx +++ b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_discover/discover_action_name.tsx @@ -86,7 +86,7 @@ export const DiscoverActionName: FC = ({ dataViewExists if (typeof disabledTransformMessage !== 'undefined') { return ( - + {discoverActionNameText} diff --git a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_edit/edit_action_name.tsx b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_edit/edit_action_name.tsx index 7fc16ebfff278..31572edd0cde6 100644 --- a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_edit/edit_action_name.tsx +++ b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_edit/edit_action_name.tsx @@ -28,7 +28,7 @@ export const EditActionName: FC = () => { if (!canCreateTransform) { return ( - <>{editActionNameText} + {editActionNameText} ); } diff --git a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_reset/reset_action_name.tsx b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_reset/reset_action_name.tsx index 024f9dd01ad03..f3a2bc2187f1c 100644 --- a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_reset/reset_action_name.tsx +++ b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_reset/reset_action_name.tsx @@ -98,7 +98,7 @@ export const ResetActionName: FC = ({ if (content) { return ( - <>{resetActionNameText} + {resetActionNameText} ); } diff --git a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_schedule_now/schedule_now_action_name.tsx b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_schedule_now/schedule_now_action_name.tsx index 1b3d92ec4f979..427a2588b5c8f 100644 --- a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_schedule_now/schedule_now_action_name.tsx +++ b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_schedule_now/schedule_now_action_name.tsx @@ -106,7 +106,7 @@ export const ScheduleNowActionName: FC = ({ return ( - <>{scheduleNowActionNameText} + {scheduleNowActionNameText} ); }; diff --git a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_start/start_action_name.tsx b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_start/start_action_name.tsx index 003e3ab032637..910f73a68d414 100644 --- a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_start/start_action_name.tsx +++ b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_start/start_action_name.tsx @@ -122,7 +122,7 @@ export const StartActionName: FC = ({ if ((forceDisable === true || actionIsDisabled) && content !== undefined) { return ( - <>{startActionNameText} + {startActionNameText} ); } diff --git a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_stop/stop_action_name.tsx b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_stop/stop_action_name.tsx index 52e4ecdf8138a..14458e5a06dd5 100644 --- a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_stop/stop_action_name.tsx +++ b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/action_stop/stop_action_name.tsx @@ -100,7 +100,7 @@ export const StopActionName: FC = ({ items, forceDisable }) if (forceDisable || stoppedTransformMessage) { return ( - <>{stopActionNameText} + {stopActionNameText} ); } diff --git a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/transform_list/transform_task_state_badge.tsx b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/transform_list/transform_task_state_badge.tsx index 8d18522ea611c..917fee4e2045e 100644 --- a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/transform_list/transform_task_state_badge.tsx +++ b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/transform_list/transform_task_state_badge.tsx @@ -34,7 +34,7 @@ export const TransformTaskStateBadge: FC = ({ stat if (state === TRANSFORM_STATE.FAILED && reason !== undefined) { return ( - + {state} diff --git a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/transform_list/use_columns.tsx b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/transform_list/use_columns.tsx index ac2374d71579f..d85dec9e194ac 100644 --- a/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/transform_list/use_columns.tsx +++ b/x-pack/platform/plugins/private/transform/public/app/sections/transform_management/components/transform_list/use_columns.tsx @@ -159,7 +159,7 @@ export const useColumns = ( 'This transform is preconfigured and managed by Elastic; other parts of the product might have might have dependencies on its behavior.', })} > - + {i18n.translate('xpack.transform.transformList.managedBadgeLabel', { defaultMessage: 'Managed', })} diff --git a/x-pack/platform/plugins/private/upgrade_assistant/public/application/components/kibana_deprecations/resolution_table_cell.tsx b/x-pack/platform/plugins/private/upgrade_assistant/public/application/components/kibana_deprecations/resolution_table_cell.tsx index e4b0da4ba7995..01a7ff3036a36 100644 --- a/x-pack/platform/plugins/private/upgrade_assistant/public/application/components/kibana_deprecations/resolution_table_cell.tsx +++ b/x-pack/platform/plugins/private/upgrade_assistant/public/application/components/kibana_deprecations/resolution_table_cell.tsx @@ -160,7 +160,12 @@ export const ResolutionTableCell: React.FunctionComponent = ({ return ( - + @@ -178,7 +183,7 @@ export const ResolutionTableCell: React.FunctionComponent = ({ content={manualI18nTexts.manualCellTooltipLabel} data-test-subj="resolutionStatusCell" > - + {manualI18nTexts.manualCellLabel} diff --git a/x-pack/platform/plugins/private/watcher/public/application/sections/watch_list_page/watch_list_page.tsx b/x-pack/platform/plugins/private/watcher/public/application/sections/watch_list_page/watch_list_page.tsx index 2f79b79a227a2..4fefdb729acd0 100644 --- a/x-pack/platform/plugins/private/watcher/public/application/sections/watch_list_page/watch_list_page.tsx +++ b/x-pack/platform/plugins/private/watcher/public/application/sections/watch_list_page/watch_list_page.tsx @@ -56,7 +56,7 @@ const stateColumnHeader = ( defaultMessage: 'Active, inactive, or error.', })} > - + {i18n.translate('xpack.watcher.sections.watchList.watchTable.stateHeader', { defaultMessage: 'State', })}{' '} @@ -74,7 +74,7 @@ const conditionLastMetHeader = ( } )} > - + {i18n.translate('xpack.watcher.sections.watchList.watchTable.lastFiredHeader', { defaultMessage: 'Condition last met', })}{' '} @@ -92,7 +92,7 @@ const lastCheckedHeader = ( } )} > - + {i18n.translate('xpack.watcher.sections.watchList.watchTable.lastTriggeredHeader', { defaultMessage: 'Last checked', })}{' '} @@ -111,7 +111,7 @@ const commentHeader = ( } )} > - + {i18n.translate('xpack.watcher.sections.watchList.watchTable.commentHeader', { defaultMessage: 'Comment', })}{' '} diff --git a/x-pack/platform/plugins/private/watcher/public/application/sections/watch_status_page/components/action_statuses_panel.tsx b/x-pack/platform/plugins/private/watcher/public/application/sections/watch_status_page/components/action_statuses_panel.tsx index e595e9ac3f2dc..510dfdad48eb9 100644 --- a/x-pack/platform/plugins/private/watcher/public/application/sections/watch_status_page/components/action_statuses_panel.tsx +++ b/x-pack/platform/plugins/private/watcher/public/application/sections/watch_status_page/components/action_statuses_panel.tsx @@ -87,7 +87,7 @@ export const ActionStatusesPanel = () => { } )} > - + {i18n.translate('xpack.watcher.sections.watchDetail.watchTable.stateHeader', { defaultMessage: 'State', })}{' '} @@ -110,7 +110,7 @@ export const ActionStatusesPanel = () => { } )} > - + {i18n.translate( 'xpack.watcher.sections.watchHistory.watchActionStatusTable.lastExecuted', { diff --git a/x-pack/platform/plugins/private/watcher/public/application/sections/watch_status_page/components/execution_history_panel.tsx b/x-pack/platform/plugins/private/watcher/public/application/sections/watch_status_page/components/execution_history_panel.tsx index bce5308fdfc1f..5dccfbf4c6b6e 100644 --- a/x-pack/platform/plugins/private/watcher/public/application/sections/watch_status_page/components/execution_history_panel.tsx +++ b/x-pack/platform/plugins/private/watcher/public/application/sections/watch_status_page/components/execution_history_panel.tsx @@ -152,7 +152,7 @@ export const ExecutionHistoryPanel = () => { } )} > - + {i18n.translate('xpack.watcher.sections.watchHistory.watchTable.stateHeader', { defaultMessage: 'State', })}{' '} @@ -175,7 +175,7 @@ export const ExecutionHistoryPanel = () => { } )} > - + {i18n.translate('xpack.watcher.sections.watchHistory.watchTable.metConditionHeader', { defaultMessage: 'Condition met', })}{' '} @@ -208,7 +208,7 @@ export const ExecutionHistoryPanel = () => { } )} > - + {i18n.translate('xpack.watcher.sections.watchHistory.watchTable.commentHeader', { defaultMessage: 'Comment', })}{' '} @@ -284,7 +284,7 @@ export const ExecutionHistoryPanel = () => { } )} > - + {i18n.translate( 'xpack.watcher.sections.watchHistory.watchActionStatusTable.state', { diff --git a/x-pack/platform/plugins/private/watcher/public/application/sections/watch_status_page/watch_status_page.tsx b/x-pack/platform/plugins/private/watcher/public/application/sections/watch_status_page/watch_status_page.tsx index 4c29d37c62ef3..6cd2d3407e443 100644 --- a/x-pack/platform/plugins/private/watcher/public/application/sections/watch_status_page/watch_status_page.tsx +++ b/x-pack/platform/plugins/private/watcher/public/application/sections/watch_status_page/watch_status_page.tsx @@ -174,7 +174,7 @@ export const WatchStatusPage = ({ /> } > - + {tooltip ? ( - + {`${label} `} diff --git a/x-pack/platform/plugins/shared/dataset_quality/public/components/dataset_quality_details/quality_issue_flyout/failed_docs/columns.tsx b/x-pack/platform/plugins/shared/dataset_quality/public/components/dataset_quality_details/quality_issue_flyout/failed_docs/columns.tsx index 1cf0645e22c0b..7a7fecdd50542 100644 --- a/x-pack/platform/plugins/shared/dataset_quality/public/components/dataset_quality_details/quality_issue_flyout/failed_docs/columns.tsx +++ b/x-pack/platform/plugins/shared/dataset_quality/public/components/dataset_quality_details/quality_issue_flyout/failed_docs/columns.tsx @@ -45,7 +45,7 @@ export const getFailedDocsErrorsColumns = (): Array - + {`${typeColumnName} `} diff --git a/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agent_policy/components/agent_policy_advanced_fields/index.tsx b/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agent_policy/components/agent_policy_advanced_fields/index.tsx index 87a871bd880f0..13623dd2d40d7 100644 --- a/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agent_policy/components/agent_policy_advanced_fields/index.tsx +++ b/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agent_policy/components/agent_policy_advanced_fields/index.tsx @@ -545,7 +545,7 @@ export const AgentPolicyAdvancedOptionsContent: React.FunctionComponent = /> } > - + = ({ color="subdued" size="xs" className="eui-textNoWrap" + tabIndex={0} > } > - + } > - + = (props: Props) => { /> } > - +   @@ -246,7 +246,7 @@ export const AgentListTable: React.FC = (props: Props) => { /> } > - +   @@ -290,7 +290,9 @@ export const AgentListTable: React.FC = (props: Props) => { /> } > - + + + ) : undefined, }, diff --git a/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/components/tags.tsx b/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/components/tags.tsx index 37f8e3295efd8..318f6000db02c 100644 --- a/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/components/tags.tsx +++ b/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/components/tags.tsx @@ -36,7 +36,7 @@ export const Tags: React.FunctionComponent = ({ tags, color, size }) => { anchorClassName={'wrappedText'} content={{tags.join(', ')}} > - + {take(tags, 3).map(truncateTag).join(', ')} {tags.length > MAX_TAGS_TO_DISPLAY diff --git a/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/services/agent_metrics.test.tsx b/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/services/agent_metrics.test.tsx index 4f5120cb05787..82a2445b989ce 100644 --- a/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/services/agent_metrics.test.tsx +++ b/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/services/agent_metrics.test.tsx @@ -38,7 +38,11 @@ describe('Agent metrics helper', () => {
- 0.00 % + + 0.00 % +
`); @@ -57,7 +61,11 @@ describe('Agent metrics helper', () => {
- 0.50 % + + 0.50 % +
`); diff --git a/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/services/agent_metrics.tsx b/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/services/agent_metrics.tsx index 1708135413173..1d22d673b900c 100644 --- a/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/services/agent_metrics.tsx +++ b/x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/services/agent_metrics.tsx @@ -15,7 +15,7 @@ import { MetricNonAvailable } from '../components'; export function formatAgentCPU(metrics?: AgentMetrics, agentPolicy?: AgentPolicy) { return typeof metrics?.cpu_avg !== 'undefined' ? ( - <>{(metrics.cpu_avg * 100).toFixed(2)} % + {(metrics.cpu_avg * 100).toFixed(2)} % ) : ( diff --git a/x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/components/installation_status.tsx b/x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/components/installation_status.tsx index 93a60245ac608..50cd5ce592933 100644 --- a/x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/components/installation_status.tsx +++ b/x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/components/installation_status.tsx @@ -82,7 +82,7 @@ const getCalloutText = ({ : installFailedTooltip } > - <>{installedLabel} + {installedLabel}
), }; diff --git a/x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/components/package_card.tsx b/x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/components/package_card.tsx index 88bd6943b4068..3a5114fe44ce0 100644 --- a/x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/components/package_card.tsx +++ b/x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/components/package_card.tsx @@ -118,7 +118,9 @@ export function PackageCard({ content={DEFERRED_ASSETS_WARNING_MSG} title={DEFERRED_ASSETS_WARNING_LABEL} > - {DEFERRED_ASSETS_WARNING_LABEL} + + {DEFERRED_ASSETS_WARNING_LABEL}{' '} +
diff --git a/x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx b/x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx index 67f6682ce2ac0..f85fd5a0e30c0 100644 --- a/x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx +++ b/x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx @@ -178,7 +178,7 @@ export function getIntegrationLabels(item: PackageListItem): React.ReactNode[] { } content={updateFailedAttempt ? formatAttempt(updateFailedAttempt) : undefined} > - + - + - {releaseLabel} + {releaseLabel} ); }; @@ -62,7 +62,9 @@ export const InlineReleaseBadge: React.FC<{ release: IntegrationCardReleaseLabel content={RELEASE_BADGE_DESCRIPTION[release]} title={releaseLabel} > - {releaseLabel} + + {releaseLabel} + ); }; diff --git a/x-pack/platform/plugins/shared/index_management/public/application/components/component_templates/components/deprecated_badge.tsx b/x-pack/platform/plugins/shared/index_management/public/application/components/component_templates/components/deprecated_badge.tsx index 548bf09ed7f00..615f55f2f2d8e 100644 --- a/x-pack/platform/plugins/shared/index_management/public/application/components/component_templates/components/deprecated_badge.tsx +++ b/x-pack/platform/plugins/shared/index_management/public/application/components/component_templates/components/deprecated_badge.tsx @@ -17,7 +17,7 @@ export const DeprecatedBadge = () => { 'This component template is no longer supported and might be removed in a future release. Instead, use one of the other component templates available or create a new one.', })} > - + {i18n.translate('xpack.idxMgmt.componentTemplate.deprecatedTemplateBadgeText', { defaultMessage: 'Deprecated', })} diff --git a/x-pack/platform/plugins/shared/index_management/public/application/components/mappings_editor/components/document_fields/fields/edit_field/edit_field.tsx b/x-pack/platform/plugins/shared/index_management/public/application/components/mappings_editor/components/document_fields/fields/edit_field/edit_field.tsx index 9847abaff38ba..8255de13d6a2a 100644 --- a/x-pack/platform/plugins/shared/index_management/public/application/components/mappings_editor/components/document_fields/fields/edit_field/edit_field.tsx +++ b/x-pack/platform/plugins/shared/index_management/public/application/components/mappings_editor/components/document_fields/fields/edit_field/edit_field.tsx @@ -219,7 +219,7 @@ export const EditField = React.memo( )} position="top" > - + {i18n.translate( 'xpack.idxMgmt.mappingsEditor.editFieldFlyout.formCompletionGuide', diff --git a/x-pack/platform/plugins/shared/index_management/public/application/components/mappings_editor/components/document_fields/fields/fields_list_item.tsx b/x-pack/platform/plugins/shared/index_management/public/application/components/mappings_editor/components/document_fields/fields/fields_list_item.tsx index 2ec178802e608..90d6b2c9c9da4 100644 --- a/x-pack/platform/plugins/shared/index_management/public/application/components/mappings_editor/components/document_fields/fields/fields_list_item.tsx +++ b/x-pack/platform/plugins/shared/index_management/public/application/components/mappings_editor/components/document_fields/fields/fields_list_item.tsx @@ -306,7 +306,7 @@ function FieldListItemComponent( {isShadowed && ( - + {i18n.translate('xpack.idxMgmt.mappingsEditor.shadowedBadgeLabel', { defaultMessage: 'Shadowed', })} diff --git a/x-pack/platform/plugins/shared/index_management/public/application/components/shared/components/template_content_indicator.tsx b/x-pack/platform/plugins/shared/index_management/public/application/components/shared/components/template_content_indicator.tsx index c2df923018a39..f70107362174e 100644 --- a/x-pack/platform/plugins/shared/index_management/public/application/components/shared/components/template_content_indicator.tsx +++ b/x-pack/platform/plugins/shared/index_management/public/application/components/shared/components/template_content_indicator.tsx @@ -63,7 +63,7 @@ export const TemplateContentIndicator = ({ <> <> - + M   @@ -71,14 +71,14 @@ export const TemplateContentIndicator = ({ <> - + S   - + A diff --git a/x-pack/platform/plugins/shared/index_management/public/application/sections/home/template_list/components/template_deprecated_badge.tsx b/x-pack/platform/plugins/shared/index_management/public/application/sections/home/template_list/components/template_deprecated_badge.tsx index bc8a2416d155b..c805109074c53 100644 --- a/x-pack/platform/plugins/shared/index_management/public/application/sections/home/template_list/components/template_deprecated_badge.tsx +++ b/x-pack/platform/plugins/shared/index_management/public/application/sections/home/template_list/components/template_deprecated_badge.tsx @@ -17,7 +17,7 @@ export const TemplateDeprecatedBadge = () => { 'This index template is no longer supported and might be removed in a future release. Instead, use one of the other index templates available or create a new one.', })} > - + {i18n.translate('xpack.idxMgmt.templateList.table.deprecatedTemplateBadgeText', { defaultMessage: 'Deprecated', })} diff --git a/x-pack/platform/plugins/shared/ingest_pipelines/public/application/sections/pipelines_list/flyout_content/details_panel.tsx b/x-pack/platform/plugins/shared/ingest_pipelines/public/application/sections/pipelines_list/flyout_content/details_panel.tsx index 48da9c3e15a3f..064804cd2a6d2 100644 --- a/x-pack/platform/plugins/shared/ingest_pipelines/public/application/sections/pipelines_list/flyout_content/details_panel.tsx +++ b/x-pack/platform/plugins/shared/ingest_pipelines/public/application/sections/pipelines_list/flyout_content/details_panel.tsx @@ -79,6 +79,7 @@ export const DetailsPanel: FunctionComponent = ({ pipeline }) => { size="s" color="subdued" data-test-subj="isDeprecatedBadge" + tabIndex={0} /> diff --git a/x-pack/platform/plugins/shared/ingest_pipelines/public/application/sections/pipelines_list/table.tsx b/x-pack/platform/plugins/shared/ingest_pipelines/public/application/sections/pipelines_list/table.tsx index a355945be2494..4372a3e4bfd33 100644 --- a/x-pack/platform/plugins/shared/ingest_pipelines/public/application/sections/pipelines_list/table.tsx +++ b/x-pack/platform/plugins/shared/ingest_pipelines/public/application/sections/pipelines_list/table.tsx @@ -351,6 +351,7 @@ export const PipelineTable: FunctionComponent = ({ color="subdued" size="s" data-test-subj="isDeprecatedBadge" + tabIndex={0} /> diff --git a/x-pack/platform/plugins/shared/lens/public/app_plugin/shared/edit_on_the_fly/flyout_wrapper.tsx b/x-pack/platform/plugins/shared/lens/public/app_plugin/shared/edit_on_the_fly/flyout_wrapper.tsx index d0dfb20d4e1b6..450f6b646f46b 100644 --- a/x-pack/platform/plugins/shared/lens/public/app_plugin/shared/edit_on_the_fly/flyout_wrapper.tsx +++ b/x-pack/platform/plugins/shared/lens/public/app_plugin/shared/edit_on_the_fly/flyout_wrapper.tsx @@ -81,6 +81,7 @@ export const FlyoutWrapper = ({ )} > - + {label} @@ -476,7 +476,7 @@ export function DimensionEditor(props: DimensionEditorProps) { } else if (disabledStatus) { label = ( - {operationDisplay[operationType].displayName} + {operationDisplay[operationType].displayName} ); } else if (!compatibleWithCurrentField) { diff --git a/x-pack/platform/plugins/shared/lens/public/datasources/form_based/operations/definitions/ranges/advanced_editor.tsx b/x-pack/platform/plugins/shared/lens/public/datasources/form_based/operations/definitions/ranges/advanced_editor.tsx index d8f029e4ee440..c16e41d524b41 100644 --- a/x-pack/platform/plugins/shared/lens/public/datasources/form_based/operations/definitions/ranges/advanced_editor.tsx +++ b/x-pack/platform/plugins/shared/lens/public/datasources/form_based/operations/definitions/ranges/advanced_editor.tsx @@ -117,7 +117,9 @@ export const RangePopover = ({ }} append={ - {lteAppendLabel} + + {lteAppendLabel} + } onKeyDown={({ key }: React.KeyboardEvent) => { @@ -155,7 +157,9 @@ export const RangePopover = ({ }} prepend={ - {ltPrependLabel} + + {ltPrependLabel} + } compressed diff --git a/x-pack/platform/plugins/shared/lens/public/shared_components/collapse_setting.tsx b/x-pack/platform/plugins/shared/lens/public/shared_components/collapse_setting.tsx index 20c502532c029..843222e5a313d 100644 --- a/x-pack/platform/plugins/shared/lens/public/shared_components/collapse_setting.tsx +++ b/x-pack/platform/plugins/shared/lens/public/shared_components/collapse_setting.tsx @@ -40,7 +40,7 @@ export function CollapseSetting({ 'Do not show this dimension in the visualization and aggregate all metric values which have the same value for this dimension into a single number.', })} > - + {i18n.translate('xpack.lens.collapse.label', { defaultMessage: 'Collapse by' })} {''} diff --git a/x-pack/platform/plugins/shared/lens/public/shared_components/experimental_badge.tsx b/x-pack/platform/plugins/shared/lens/public/shared_components/experimental_badge.tsx index daa2ad7b3cc87..9e6a44c5805e9 100644 --- a/x-pack/platform/plugins/shared/lens/public/shared_components/experimental_badge.tsx +++ b/x-pack/platform/plugins/shared/lens/public/shared_components/experimental_badge.tsx @@ -25,6 +25,7 @@ export const ExperimentalBadge = ({ return ( } > - + {' '} diff --git a/x-pack/platform/plugins/shared/maps/public/classes/sources/es_geo_line_source/geo_line_form/group_by_label.tsx b/x-pack/platform/plugins/shared/maps/public/classes/sources/es_geo_line_source/geo_line_form/group_by_label.tsx index a54de0b5b0566..2e79f931fd365 100644 --- a/x-pack/platform/plugins/shared/maps/public/classes/sources/es_geo_line_source/geo_line_form/group_by_label.tsx +++ b/x-pack/platform/plugins/shared/maps/public/classes/sources/es_geo_line_source/geo_line_form/group_by_label.tsx @@ -41,7 +41,7 @@ export function GroupByLabel() { } > - + {' '} diff --git a/x-pack/platform/plugins/shared/maps/public/classes/styles/components/ranged_style_legend_row.tsx b/x-pack/platform/plugins/shared/maps/public/classes/styles/components/ranged_style_legend_row.tsx index 1ecd4a2b850e7..c5c4c4b1950fe 100644 --- a/x-pack/platform/plugins/shared/maps/public/classes/styles/components/ranged_style_legend_row.tsx +++ b/x-pack/platform/plugins/shared/maps/public/classes/styles/components/ranged_style_legend_row.tsx @@ -32,7 +32,12 @@ export function RangedStyleLegendRow({ - + {fieldLabel} diff --git a/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/breaked_legend.tsx b/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/breaked_legend.tsx index 5fdbe055910ad..3e08fe8af2827 100644 --- a/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/breaked_legend.tsx +++ b/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/breaked_legend.tsx @@ -93,7 +93,12 @@ export class BreakedLegend extends Component { title={this.props.style.getDisplayStyleName()} content={this.state.label} > - + {this.state.label} diff --git a/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/size/__snapshots__/marker_size_legend.test.tsx.snap b/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/size/__snapshots__/marker_size_legend.test.tsx.snap index b194204228d82..701cc8c55d9e7 100644 --- a/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/size/__snapshots__/marker_size_legend.test.tsx.snap +++ b/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/size/__snapshots__/marker_size_legend.test.tsx.snap @@ -25,6 +25,7 @@ exports[`Should invert legend 1`] = ` "maxWidth": "180px", } } + tabIndex={0} > @@ -116,6 +117,7 @@ exports[`Should render legend 1`] = ` "maxWidth": "180px", } } + tabIndex={0} > @@ -239,6 +241,7 @@ exports[`Should render legend with 2 markers when size difference does not provi "maxWidth": "180px", } } + tabIndex={0} > @@ -314,6 +317,7 @@ exports[`Should render legend with 3 markers when size difference does not provi "maxWidth": "180px", } } + tabIndex={0} > @@ -405,6 +409,7 @@ exports[`Should render legend with only max marker when size difference does not "maxWidth": "180px", } } + tabIndex={0} > @@ -464,6 +469,7 @@ exports[`Should render legend without label cutoff when min size is 1 1`] = ` "maxWidth": "180px", } } + tabIndex={0} > @@ -539,6 +545,7 @@ exports[`Should render max label with std clamp notification 1`] = ` "maxWidth": "180px", } } + tabIndex={0} > diff --git a/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/size/marker_size_legend.tsx b/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/size/marker_size_legend.tsx index 82d32bf2c8d28..1a3cb0fa984ae 100644 --- a/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/size/marker_size_legend.tsx +++ b/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/size/marker_size_legend.tsx @@ -182,7 +182,12 @@ export class MarkerSizeLegend extends Component { title={this.props.style.getDisplayStyleName()} content={this.state.label} > - + {this.state.label} diff --git a/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/style_error.tsx b/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/style_error.tsx index e1185fd2a1e04..70f3da8981a3f 100644 --- a/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/style_error.tsx +++ b/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/style_error.tsx @@ -48,7 +48,12 @@ export const StyleError = ({ error, style }: Props) => { - + {label} diff --git a/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/properties/__snapshots__/dynamic_color_property.test.tsx.snap b/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/properties/__snapshots__/dynamic_color_property.test.tsx.snap index 7a63e127b84aa..5c43a08ba1cb0 100644 --- a/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/properties/__snapshots__/dynamic_color_property.test.tsx.snap +++ b/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/properties/__snapshots__/dynamic_color_property.test.tsx.snap @@ -45,6 +45,7 @@ exports[`renderLegendDetailRow categorical Should render categorical legend with "maxWidth": "180px", } } + tabIndex={0} > @@ -112,6 +113,7 @@ exports[`renderLegendDetailRow ordinal Should render custom ordinal legend with "maxWidth": "180px", } } + tabIndex={0} > @@ -177,6 +179,7 @@ exports[`renderLegendDetailRow ordinal Should render interpolate bands 1`] = ` "maxWidth": "180px", } } + tabIndex={0} > @@ -308,6 +311,7 @@ exports[`renderLegendDetailRow ordinal Should render percentile bands 1`] = ` "maxWidth": "180px", } } + tabIndex={0} > @@ -417,6 +421,7 @@ exports[`renderLegendDetailRow ordinal Should render single band when interpolat "maxWidth": "180px", } } + tabIndex={0} > diff --git a/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/properties/__snapshots__/dynamic_icon_property.test.tsx.snap b/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/properties/__snapshots__/dynamic_icon_property.test.tsx.snap index 5342699b02e1c..b6be5edb69e34 100644 --- a/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/properties/__snapshots__/dynamic_icon_property.test.tsx.snap +++ b/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/properties/__snapshots__/dynamic_icon_property.test.tsx.snap @@ -25,6 +25,7 @@ exports[`renderLegendDetailRow Should render categorical legend with breaks 1`] "maxWidth": "180px", } } + tabIndex={0} > @@ -122,6 +123,7 @@ exports[`renderLegendDetailRow Should render categorical legend with custom icon "maxWidth": "180px", } } + tabIndex={0} > diff --git a/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx b/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx index aba84e70eea8e..3c690b89dd6f3 100644 --- a/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx +++ b/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx @@ -502,7 +502,7 @@ export const CloneActionName: FC = ({ isDisabled }) => { defaultMessage: 'You do not have permission to clone analytics jobs.', })} > - <>{cloneActionNameText} + {cloneActionNameText} ); } diff --git a/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_delete/delete_action_name.tsx b/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_delete/delete_action_name.tsx index 8e50bfd76d9d3..b5e20f7e06c50 100644 --- a/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_delete/delete_action_name.tsx +++ b/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_delete/delete_action_name.tsx @@ -41,7 +41,7 @@ export const DeleteActionName: FC = ({ isDisabled, item } : createPermissionFailureMessage('canStartStopDataFrameAnalytics') } > - <>{deleteActionNameText} + {deleteActionNameText} ); } diff --git a/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_edit/edit_action_name.tsx b/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_edit/edit_action_name.tsx index 297b61774a8d0..0a1f7210c3ccb 100644 --- a/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_edit/edit_action_name.tsx +++ b/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_edit/edit_action_name.tsx @@ -32,7 +32,7 @@ export const EditActionName: FC = ({ isDisabled }) => { defaultMessage: 'You do not have permission to edit analytics jobs.', })} > - <>{editActionNameText} + {editActionNameText} ); } diff --git a/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_map/map_button.tsx b/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_map/map_button.tsx index dace95ead251e..9b1e452969b8a 100644 --- a/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_map/map_button.tsx +++ b/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_map/map_button.tsx @@ -44,7 +44,7 @@ export const MapButton: FC = ({ item }) => { return ( - <>{mapActionButtonText} + {mapActionButtonText} ); } diff --git a/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_start/start_action_name.tsx b/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_start/start_action_name.tsx index 633a940730662..21c5785befdd7 100644 --- a/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_start/start_action_name.tsx +++ b/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_start/start_action_name.tsx @@ -46,7 +46,7 @@ export const StartActionName: FC = ({ }) } > - <>{startActionNameText} + {startActionNameText} ); } diff --git a/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_stop/stop_action_name.tsx b/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_stop/stop_action_name.tsx index 43875182ff4d3..65f6283505381 100644 --- a/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_stop/stop_action_name.tsx +++ b/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_stop/stop_action_name.tsx @@ -31,7 +31,7 @@ export const StopActionName: FC = ({ isDisabled }) => { position="top" content={createPermissionFailureMessage('canStartStopDataFrameAnalytics')} > - <>{stopActionNameText} + {stopActionNameText} ); } diff --git a/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_view/view_button.tsx b/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_view/view_button.tsx index d218b34414cd7..2b72c088f8d52 100644 --- a/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_view/view_button.tsx +++ b/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_view/view_button.tsx @@ -31,7 +31,7 @@ export const ViewButton: FC = ({ item }) => { if (disabled) { return ( - <>{viewActionButtonText} + {viewActionButtonText} ); } diff --git a/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/analytics_list/use_columns.tsx b/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/analytics_list/use_columns.tsx index d39e5ffc6273d..4bbb2a5d2605a 100644 --- a/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/analytics_list/use_columns.tsx +++ b/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/analytics_list/use_columns.tsx @@ -65,7 +65,7 @@ export const getTaskStateBadge = ( if (isDataFrameAnalyticsFailed(state) && failureReason !== undefined) { return ( - + {state} @@ -121,6 +121,7 @@ export const progressColumn = { color="primary" size="m" data-test-subj="mlAnalyticsTableProgress" + tabIndex={0} /> diff --git a/x-pack/platform/plugins/shared/ml/public/application/jobs/jobs_list/components/jobs_list/jobs_list.js b/x-pack/platform/plugins/shared/ml/public/application/jobs/jobs_list/components/jobs_list/jobs_list.js index d68837d49152d..f8a80ab2bd3bb 100644 --- a/x-pack/platform/plugins/shared/ml/public/application/jobs/jobs_list/components/jobs_list/jobs_list.js +++ b/x-pack/platform/plugins/shared/ml/public/application/jobs/jobs_list/components/jobs_list/jobs_list.js @@ -190,7 +190,12 @@ export class JobsListUI extends Component { 'This job is preconfigured and managed by Elastic; other parts of the product might have might have dependencies on its behavior.', })} > - + {i18n.translate('xpack.ml.jobsList.managedBadgeLabel', { defaultMessage: 'Managed', })} diff --git a/x-pack/platform/plugins/shared/ml/public/application/memory_usage/nodes_overview/allocated_models.tsx b/x-pack/platform/plugins/shared/ml/public/application/memory_usage/nodes_overview/allocated_models.tsx index 3674d42f74118..2ba3b07242504 100644 --- a/x-pack/platform/plugins/shared/ml/public/application/memory_usage/nodes_overview/allocated_models.tsx +++ b/x-pack/platform/plugins/shared/ml/public/application/memory_usage/nodes_overview/allocated_models.tsx @@ -68,7 +68,9 @@ export const AllocatedModels: FC = ({ return ( - {routingState} + + {routingState} + ); }, @@ -125,7 +127,7 @@ export const AllocatedModels: FC = ({ }) } > - + {i18n.translate('xpack.ml.trainedModels.nodesList.modelsList.allocationHeader', { defaultMessage: 'Allocation', })} @@ -180,7 +182,7 @@ export const AllocatedModels: FC = ({ } )} > - + {i18n.translate( 'xpack.ml.trainedModels.nodesList.modelsList.throughputLastMinuteHeader', { @@ -213,7 +215,7 @@ export const AllocatedModels: FC = ({ /> } > - + = ({ /> } > - + = ( (id: string) => (
- <>{id} + {id}
), diff --git a/x-pack/platform/plugins/shared/osquery/public/packs/pack_queries_status_table.tsx b/x-pack/platform/plugins/shared/osquery/public/packs/pack_queries_status_table.tsx index a971edce21ab6..c76108912fa70 100644 --- a/x-pack/platform/plugins/shared/osquery/public/packs/pack_queries_status_table.tsx +++ b/x-pack/platform/plugins/shared/osquery/public/packs/pack_queries_status_table.tsx @@ -395,7 +395,7 @@ const ScheduledQueryLastResults: React.FC = ({ } > -
+
diff --git a/x-pack/platform/plugins/shared/osquery/public/packs/packs_table.tsx b/x-pack/platform/plugins/shared/osquery/public/packs/packs_table.tsx index aa0d6d205a624..2a96f964a7b21 100644 --- a/x-pack/platform/plugins/shared/osquery/public/packs/packs_table.tsx +++ b/x-pack/platform/plugins/shared/osquery/public/packs/packs_table.tsx @@ -104,7 +104,7 @@ const PacksTableComponent = () => { return updatedAt ? ( - {`${moment(updatedAt).fromNow()}${updatedBy}`} + {`${moment(updatedAt).fromNow()}${updatedBy}`} ) : ( '-' diff --git a/x-pack/platform/plugins/shared/searchprofiler/public/application/components/highlight_details_flyout/highlight_details_table.tsx b/x-pack/platform/plugins/shared/searchprofiler/public/application/components/highlight_details_flyout/highlight_details_table.tsx index 1a3e559612e28..bbb44c75fe7f0 100644 --- a/x-pack/platform/plugins/shared/searchprofiler/public/application/components/highlight_details_flyout/highlight_details_table.tsx +++ b/x-pack/platform/plugins/shared/searchprofiler/public/application/components/highlight_details_flyout/highlight_details_table.tsx @@ -22,7 +22,7 @@ export const HighlightDetailsTable = ({ breakdown }: Props) => { name: 'Description', render: (item: BreakdownItem) => ( - {item.key} + {item.key} ), }, diff --git a/x-pack/platform/plugins/shared/searchprofiler/public/application/components/profile_tree/index_details.tsx b/x-pack/platform/plugins/shared/searchprofiler/public/application/components/profile_tree/index_details.tsx index 0749ec3924b3b..fc9546ad8c7b2 100644 --- a/x-pack/platform/plugins/shared/searchprofiler/public/application/components/profile_tree/index_details.tsx +++ b/x-pack/platform/plugins/shared/searchprofiler/public/application/components/profile_tree/index_details.tsx @@ -57,7 +57,7 @@ export const IndexDetails = ({ index }: Props) => { 'The cumulative time of all shards in the index. Note: this is not wall-clock time, as shards can execute in parallel.', })} > - + {i18n.translate('xpack.searchProfiler.profileTree.cumulativeTimeTitle', { defaultMessage: 'Cumulative time:', })} diff --git a/x-pack/platform/plugins/shared/security/public/management/role_combo_box/role_combo_box.tsx b/x-pack/platform/plugins/shared/security/public/management/role_combo_box/role_combo_box.tsx index c1ce607d82acf..52876ddfd9861 100644 --- a/x-pack/platform/plugins/shared/security/public/management/role_combo_box/role_combo_box.tsx +++ b/x-pack/platform/plugins/shared/security/public/management/role_combo_box/role_combo_box.tsx @@ -146,7 +146,9 @@ function renderOption(option: Option) { {option.value?.description ? ( - {option.label} + + {option.label} + ) : ( {option.label} diff --git a/x-pack/platform/plugins/shared/security/public/management/role_table_display/role_table_display.tsx b/x-pack/platform/plugins/shared/security/public/management/role_table_display/role_table_display.tsx index d52f46d467c7f..9524bbaf2c5e5 100644 --- a/x-pack/platform/plugins/shared/security/public/management/role_table_display/role_table_display.tsx +++ b/x-pack/platform/plugins/shared/security/public/management/role_table_display/role_table_display.tsx @@ -30,7 +30,7 @@ export const RoleTableDisplay = ({ role, navigateToApp }: Props) => { content={getExtendedRoleDeprecationNotice(role)} data-test-subj="roleDeprecationTooltip" > -
+
{role.name}
diff --git a/x-pack/platform/plugins/shared/security/public/management/roles/roles_grid/roles_grid_page.tsx b/x-pack/platform/plugins/shared/security/public/management/roles/roles_grid/roles_grid_page.tsx index beac90bb8beaa..77c1f861f2a52 100644 --- a/x-pack/platform/plugins/shared/security/public/management/roles/roles_grid/roles_grid_page.tsx +++ b/x-pack/platform/plugins/shared/security/public/management/roles/roles_grid/roles_grid_page.tsx @@ -296,7 +296,12 @@ export const RolesGridPage: FC = ({ truncateText: { lines: 3 }, render: (description: string, record: Role) => ( - + {description} diff --git a/x-pack/platform/plugins/shared/spaces/public/management/edit_space/reserved_space_badge.tsx b/x-pack/platform/plugins/shared/spaces/public/management/edit_space/reserved_space_badge.tsx index 9dc6db390d683..81a3dddc24899 100644 --- a/x-pack/platform/plugins/shared/spaces/public/management/edit_space/reserved_space_badge.tsx +++ b/x-pack/platform/plugins/shared/spaces/public/management/edit_space/reserved_space_badge.tsx @@ -30,7 +30,7 @@ export const ReservedSpaceBadge = (props: Props) => { /> } > - + Reserved space diff --git a/x-pack/platform/plugins/shared/spaces/public/space_list/space_list_internal.tsx b/x-pack/platform/plugins/shared/spaces/public/space_list/space_list_internal.tsx index d03c93cc5995c..84cc5b412a58a 100644 --- a/x-pack/platform/plugins/shared/spaces/public/space_list/space_list_internal.tsx +++ b/x-pack/platform/plugins/shared/spaces/public/space_list/space_list_internal.tsx @@ -139,7 +139,7 @@ export const SpaceListInternal = ({ /> } > - +{unauthorizedSpacesCount} + +{unauthorizedSpacesCount} ) : null; diff --git a/x-pack/platform/plugins/shared/streams_app/public/components/data_management/schema_editor/field_status.tsx b/x-pack/platform/plugins/shared/streams_app/public/components/data_management/schema_editor/field_status.tsx index 24fed7cf911b6..5d3575140957e 100644 --- a/x-pack/platform/plugins/shared/streams_app/public/components/data_management/schema_editor/field_status.tsx +++ b/x-pack/platform/plugins/shared/streams_app/public/components/data_management/schema_editor/field_status.tsx @@ -13,7 +13,9 @@ import { FIELD_STATUS_MAP } from './constants'; export const FieldStatusBadge = ({ status }: { status: FieldStatus }) => { return ( - {FIELD_STATUS_MAP[status].label} + + {FIELD_STATUS_MAP[status].label} + ); }; diff --git a/x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_enrichment/steps/blocks/action/processor_metrics.tsx b/x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_enrichment/steps/blocks/action/processor_metrics.tsx index c27a63fd85e81..85c0ac88329c1 100644 --- a/x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_enrichment/steps/blocks/action/processor_metrics.tsx +++ b/x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_enrichment/steps/blocks/action/processor_metrics.tsx @@ -74,7 +74,7 @@ export const ProcessorMetricBadges = ({ values: { failedRate }, })} > - <> + @@ -83,7 +83,7 @@ export const ProcessorMetricBadges = ({ {failedRate} - + )} diff --git a/x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_management/classic.tsx b/x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_management/classic.tsx index 4fd1354e912f4..abf7a928276c7 100644 --- a/x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_management/classic.tsx +++ b/x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_management/classic.tsx @@ -117,7 +117,7 @@ export function ClassicStreamDetailManagement({ 'Control how long data stays in this stream. Set a custom duration or apply a shared policy.', })} > - + {i18n.translate('xpack.streams.streamDetailView.lifecycleTab', { defaultMessage: 'Retention', })} @@ -145,7 +145,7 @@ export function ClassicStreamDetailManagement({ defaultMessage: 'View details about this classic stream’s data quality', })} > - + {i18n.translate('xpack.streams.streamDetailView.qualityTab', { defaultMessage: 'Data quality', })} @@ -181,7 +181,7 @@ export function ClassicStreamDetailManagement({ 'View technical details about this classic stream’s underlying index setup', })} > - + {i18n.translate('xpack.streams.streamDetailView.advancedTab', { defaultMessage: 'Advanced', })} diff --git a/x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_management/wired.tsx b/x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_management/wired.tsx index c1a9f0991be94..4b1bf026f36d6 100644 --- a/x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_management/wired.tsx +++ b/x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_management/wired.tsx @@ -70,7 +70,7 @@ export function WiredStreamDetailManagement({ 'Control how long data stays in this stream. Set a custom duration or apply a shared policy.', })} > - + {i18n.translate('xpack.streams.streamDetailView.lifecycleTab', { defaultMessage: 'Retention', })} @@ -103,7 +103,7 @@ export function WiredStreamDetailManagement({ defaultMessage: 'View details about this stream’s data quality', })} > - + {i18n.translate('xpack.streams.streamDetailView.qualityTab', { defaultMessage: 'Data quality', })} diff --git a/x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_routing/idle_routing_stream_entry.tsx b/x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_routing/idle_routing_stream_entry.tsx index 4a3f2118b18a9..a69321a70eb0b 100644 --- a/x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_routing/idle_routing_stream_entry.tsx +++ b/x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_routing/idle_routing_stream_entry.tsx @@ -151,7 +151,7 @@ export function IdleRoutingStreamEntry({ } )} > - {`+${childrenCount}`} + {`+${childrenCount}`} diff --git a/x-pack/platform/plugins/shared/timelines/public/components/last_updated/index.tsx b/x-pack/platform/plugins/shared/timelines/public/components/last_updated/index.tsx index c3297cb7ae18d..e9de1a70b5056 100644 --- a/x-pack/platform/plugins/shared/timelines/public/components/last_updated/index.tsx +++ b/x-pack/platform/plugins/shared/timelines/public/components/last_updated/index.tsx @@ -68,7 +68,7 @@ export const LastUpdatedAt = React.memo( data-test-subj="timeline-stream-tool-tip" content={} > - + {updateText} diff --git a/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx index 5d3f502561391..80ade52b23695 100644 --- a/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx +++ b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx @@ -153,7 +153,7 @@ export const RuleAlertList = (props: RuleAlertListProps) => { render: (value: string) => { return ( - {value} + {value} ); }, diff --git a/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_duration_format.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_duration_format.tsx index b6512b93d8a94..53dae599079c1 100644 --- a/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_duration_format.tsx +++ b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_duration_format.tsx @@ -33,7 +33,9 @@ export const RuleDurationFormat = memo((props: Props) => { return ( - {formattedDuration} + + {formattedDuration} + ); }); diff --git a/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_dropdown.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_dropdown.tsx index 08e8478bdfed0..6bee642a54e8b 100644 --- a/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_dropdown.tsx +++ b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_dropdown.tsx @@ -188,7 +188,7 @@ export const RuleStatusDropdown: React.FunctionComponent = ({ : moment(new Date(rule.isSnoozedUntil!)).format(SNOOZE_END_TIME_FORMAT) } > - + {rule.muteAll ? INDEFINITELY : moment(new Date(rule.isSnoozedUntil!)).fromNow(true)} diff --git a/x-pack/solutions/observability/plugins/apm/public/components/app/dependencies_inventory/random_sampler_badge.tsx b/x-pack/solutions/observability/plugins/apm/public/components/app/dependencies_inventory/random_sampler_badge.tsx index 6ffb0fce866ed..f8c4d3283c3f9 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/app/dependencies_inventory/random_sampler_badge.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/app/dependencies_inventory/random_sampler_badge.tsx @@ -18,7 +18,7 @@ export function RandomSamplerBadge() { 'This view is using random sampler aggregations due to the amount of data found in the selected time range. Sampling has been configured to balance accuracy and speed. Reduce the time range to see un-sampled data.', })} > - + {i18n.translate('xpack.apm.dependencies.randomSampler.badge', { defaultMessage: `Based on sampled spans`, })} diff --git a/x-pack/solutions/observability/plugins/apm/public/components/app/diagnostics/apm_documents_tab.tsx b/x-pack/solutions/observability/plugins/apm/public/components/app/diagnostics/apm_documents_tab.tsx index c7dbc4bd28881..3a330a5dc373b 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/app/diagnostics/apm_documents_tab.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/app/diagnostics/apm_documents_tab.tsx @@ -55,7 +55,9 @@ export function DiagnosticsApmDocuments() { field: 'docCount', render: (_, { docCount }) => ( -
{asBigNumber(docCount)}
+
+ {asBigNumber(docCount)} +
), sortable: true, @@ -194,7 +196,7 @@ function IntervalDocCount({ interval.eventDocCount )} events`} > -
+
{asBigNumber(interval.metricDocCount)}  {i18n.translate('xpack.apm.intervalDocCount.TextLabel', { diff --git a/x-pack/solutions/observability/plugins/apm/public/components/app/diagnostics/index_pattern_settings_tab.tsx b/x-pack/solutions/observability/plugins/apm/public/components/app/diagnostics/index_pattern_settings_tab.tsx index fe6d1f99a9367..f7ab4c4b34cac 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/app/diagnostics/index_pattern_settings_tab.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/app/diagnostics/index_pattern_settings_tab.tsx @@ -49,6 +49,7 @@ export function DiagnosticsIndexPatternSettings() { {templateName} diff --git a/x-pack/solutions/observability/plugins/apm/public/components/app/error_group_details/error_sampler/error_sample_detail.tsx b/x-pack/solutions/observability/plugins/apm/public/components/app/error_group_details/error_sampler/error_sample_detail.tsx index 2ebee0e510b4a..4b7aa52f6bf5c 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/app/error_group_details/error_sampler/error_sample_detail.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/app/error_group_details/error_sampler/error_sample_detail.tsx @@ -251,7 +251,9 @@ export function ErrorSampleDetails({ defaultMessage: 'Environment', })} > - {environment} + + {environment} + ) : null, serviceVersion ? ( @@ -260,7 +262,9 @@ export function ErrorSampleDetails({ defaultMessage: 'Service version', })} > - {serviceVersion} + + {serviceVersion} + ) : null, isUnhandled ? ( diff --git a/x-pack/solutions/observability/plugins/apm/public/components/app/settings/agent_explorer/agent_latest_version/index.tsx b/x-pack/solutions/observability/plugins/apm/public/components/app/settings/agent_explorer/agent_latest_version/index.tsx index 65c4463d70e5b..55feb801ad53b 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/app/settings/agent_explorer/agent_latest_version/index.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/app/settings/agent_explorer/agent_latest_version/index.tsx @@ -34,7 +34,7 @@ export function AgentLatestVersion({ values: { agentName }, })} > - <>{NOT_AVAILABLE_LABEL} + {NOT_AVAILABLE_LABEL} ); diff --git a/x-pack/solutions/observability/plugins/apm/public/components/app/storage_explorer/summary_stats.tsx b/x-pack/solutions/observability/plugins/apm/public/components/app/storage_explorer/summary_stats.tsx index a9a5e38be667e..42eab8d2fb6a7 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/app/storage_explorer/summary_stats.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/app/storage_explorer/summary_stats.tsx @@ -183,7 +183,7 @@ function SummaryMetric({ {tooltipContent ? ( - + {label} diff --git a/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/percent_of_parent.tsx b/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/percent_of_parent.tsx index 18907d760f258..83472e7b92bf6 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/percent_of_parent.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/percent_of_parent.tsx @@ -42,7 +42,7 @@ export function PercentOfParent({ duration, totalDuration, parentType }: Percent }, })} > - <>{percentOfParentText} + {percentOfParentText} ) : ( percentOfParentText diff --git a/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/accordion_waterfall.tsx b/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/accordion_waterfall.tsx index 212964119d788..b344ebbb78d15 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/accordion_waterfall.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/accordion_waterfall.tsx @@ -303,7 +303,9 @@ function ToggleAccordionButton({ }} > - {asBigNumber(childrenCount)} + + {asBigNumber(childrenCount)} +
diff --git a/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/badge/span_links_badge.tsx b/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/badge/span_links_badge.tsx index 6afc0fe481350..fd44a254ba03f 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/badge/span_links_badge.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/badge/span_links_badge.tsx @@ -44,6 +44,7 @@ export function SpanLinksBadge({ linkedParents, linkedChildren, id, onClick }: P } > - {syncLabel} + {syncLabel} ); } diff --git a/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/failure_badge.tsx b/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/failure_badge.tsx index 5749f1aacc989..d9911a920e777 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/failure_badge.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/failure_badge.tsx @@ -29,7 +29,7 @@ export function FailureBadge({ outcome }: { outcome?: EventOutcome }) { defaultMessage: 'event.outcome = failure', })} > - + {i18n.translate('xpack.apm.failure_badge.label', { defaultMessage: 'failure', })} diff --git a/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/orphan_trace_items_warning.tsx b/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/orphan_trace_items_warning.tsx index 2863865fc7266..51f17c9f987c3 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/orphan_trace_items_warning.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/orphan_trace_items_warning.tsx @@ -24,7 +24,12 @@ export function OrphanTraceItemsWarning({ })} anchorClassName="eui-fullWidth" > - + {i18n.translate('xpack.apm.transactionDetails.agentMissingTransactionLabel', { defaultMessage: 'Incomplete trace', })} diff --git a/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/span_flyout/index.tsx b/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/span_flyout/index.tsx index 9c6d7c9dc55bf..7b7cfbb5c391b 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/span_flyout/index.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/app/transaction_details/waterfall_with_summary/waterfall_container/waterfall/span_flyout/index.tsx @@ -290,7 +290,9 @@ function SpanFlyoutBody({ defaultMessage: 'Type', })} > - {spanTypes.spanType} + + {spanTypes.spanType} + {spanTypes.spanSubtype && ( - {spanTypes.spanSubtype} + + {spanTypes.spanSubtype} + )} {spanTypes.spanAction && ( @@ -307,7 +311,9 @@ function SpanFlyoutBody({ defaultMessage: 'Action', })} > - {spanTypes.spanAction} + + {spanTypes.spanAction} + )} diff --git a/x-pack/solutions/observability/plugins/apm/public/components/routing/templates/apm_service_template/use_tabs.tsx b/x-pack/solutions/observability/plugins/apm/public/components/routing/templates/apm_service_template/use_tabs.tsx index 676888c956cec..68485c51e6b19 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/routing/templates/apm_service_template/use_tabs.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/routing/templates/apm_service_template/use_tabs.tsx @@ -239,7 +239,9 @@ export function useTabs({ selectedTab }: { selectedTab: Tab['key'] }) { } )} > - {serviceAlertsCount.alertsCount} + + {serviceAlertsCount.alertsCount} + ) : null, label: i18n.translate('xpack.apm.home.alertsTabLabel', { diff --git a/x-pack/solutions/observability/plugins/apm/public/components/shared/aggregated_transactions_badge/index.tsx b/x-pack/solutions/observability/plugins/apm/public/components/shared/aggregated_transactions_badge/index.tsx index ddb3fc177273c..63c521f6acb89 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/shared/aggregated_transactions_badge/index.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/shared/aggregated_transactions_badge/index.tsx @@ -17,7 +17,7 @@ export function AggregatedTransactionsBadge() { defaultMessage: `This page is using transaction event data as no metric events were found in the current time range, or a filter has been applied based on fields that are not available in metric event documents.`, })} > - + {i18n.translate('xpack.apm.aggregatedTransactions.fallback.badge', { defaultMessage: `Based on sampled transactions`, })} diff --git a/x-pack/solutions/observability/plugins/apm/public/components/shared/sticky_properties/index.tsx b/x-pack/solutions/observability/plugins/apm/public/components/shared/sticky_properties/index.tsx index 024f05e493a2a..9a2928920aa3c 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/shared/sticky_properties/index.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/shared/sticky_properties/index.tsx @@ -52,7 +52,7 @@ function getPropertyLabel({ fieldName, label }: Partial) { return ( {fieldName}}> - {label} + {label} ); @@ -65,7 +65,7 @@ function getPropertyValue({ val, truncated = false }: Partial) if (truncated) { return ( - {String(val)} + {String(val)} ); } diff --git a/x-pack/solutions/observability/plugins/apm/public/components/shared/summary/composite_span_duration_summary_item.tsx b/x-pack/solutions/observability/plugins/apm/public/components/shared/summary/composite_span_duration_summary_item.tsx index 34f9a631e62aa..f945ac93769e8 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/shared/summary/composite_span_duration_summary_item.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/shared/summary/composite_span_duration_summary_item.tsx @@ -24,7 +24,7 @@ function CompositeSpanDurationSummaryItem({ count, durationSum }: Props) { defaultMessage: 'Average duration', })} > - + {i18n.translate('xpack.apm.compositeSpanCallsLabel', { defaultMessage: `, {count} calls, on avg. {duration}`, values: { diff --git a/x-pack/solutions/observability/plugins/apm/public/components/shared/summary/http_info_summary_item/index.tsx b/x-pack/solutions/observability/plugins/apm/public/components/shared/summary/http_info_summary_item/index.tsx index 4b61829b8e16b..14938c4435244 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/shared/summary/http_info_summary_item/index.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/shared/summary/http_info_summary_item/index.tsx @@ -51,12 +51,14 @@ export function HttpInfoSummaryItem({ status, method, url }: HttpInfoProps) { > {method && ( - {method.toUpperCase()} + + {method.toUpperCase()} + )}{' '} {url && ( - + {url} diff --git a/x-pack/solutions/observability/plugins/apm/public/components/shared/summary/transaction_result_summary_item.tsx b/x-pack/solutions/observability/plugins/apm/public/components/shared/summary/transaction_result_summary_item.tsx index c36cd07e1b27c..837473f4d58f9 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/shared/summary/transaction_result_summary_item.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/shared/summary/transaction_result_summary_item.tsx @@ -20,7 +20,7 @@ export function TransactionResultSummaryItem({ transactionResult }: Props) { defaultMessage: 'Result', })} > - + {transactionResult} diff --git a/x-pack/solutions/observability/plugins/apm/public/components/shared/trace_waterfall/bar_details.tsx b/x-pack/solutions/observability/plugins/apm/public/components/shared/trace_waterfall/bar_details.tsx index 248115adf95c1..3254bc567a7a4 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/shared/trace_waterfall/bar_details.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/shared/trace_waterfall/bar_details.tsx @@ -95,7 +95,7 @@ export function BarDetails({ item, left }: { item: TraceWaterfallItem; left: num data-test-subj="apmBarDetailsFailureTooltip" content={`${item.status.fieldName} = ${item.status.value}`} > - + {item.status.value} diff --git a/x-pack/solutions/observability/plugins/apm/public/components/shared/trace_waterfall/toggle_accordion_button.tsx b/x-pack/solutions/observability/plugins/apm/public/components/shared/trace_waterfall/toggle_accordion_button.tsx index 6f4916315a2f8..cd6a60ab28aad 100644 --- a/x-pack/solutions/observability/plugins/apm/public/components/shared/trace_waterfall/toggle_accordion_button.tsx +++ b/x-pack/solutions/observability/plugins/apm/public/components/shared/trace_waterfall/toggle_accordion_button.tsx @@ -50,7 +50,9 @@ export function ToggleAccordionButton({ isOpen, childrenCount, onClick }: Props) }} > - {asBigNumber(childrenCount)} + + {asBigNumber(childrenCount)} +
diff --git a/x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/breakdown/breakdowns.tsx b/x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/breakdown/breakdowns.tsx index 132cff80026d4..cb3a1aa40672a 100644 --- a/x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/breakdown/breakdowns.tsx +++ b/x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/breakdown/breakdowns.tsx @@ -92,7 +92,7 @@ export function Breakdowns({ seriesConfig, seriesId, series }: Props) { value: id, dropdownDisplay: ( - <>{label} + {label} ), disabled: true, diff --git a/x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/data_type_select.tsx b/x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/data_type_select.tsx index 84659025750ac..05be10d93e0b6 100644 --- a/x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/data_type_select.tsx +++ b/x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/data_type_select.tsx @@ -91,7 +91,7 @@ export function DataTypesSelect({ seriesId, series }: Props) { )} {series.dataType && ( - {currDataType?.label} + {currDataType?.label} )} diff --git a/x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/report_metric_options.tsx b/x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/report_metric_options.tsx index 9e862d16b1acd..3900fec4d554b 100644 --- a/x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/report_metric_options.tsx +++ b/x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/report_metric_options.tsx @@ -76,7 +76,7 @@ export function ReportMetricOptions({ seriesId, series, seriesConfig }: Props) { /> } > - {label} + {label} ) : ( label @@ -141,6 +141,7 @@ export function ReportMetricOptions({ seriesId, series, seriesConfig }: Props) { iconSide="right" iconOnClick={() => onChange(undefined)} iconOnClickAriaLabel={REMOVE_REPORT_METRIC_LABEL} + tabIndex={0} > {seriesConfig?.metricOptions?.find( (option) => diff --git a/x-pack/solutions/observability/plugins/infra/public/components/asset_details/components/expandable_content.tsx b/x-pack/solutions/observability/plugins/infra/public/components/asset_details/components/expandable_content.tsx index e58dfb84628de..a9959f3edcc90 100644 --- a/x-pack/solutions/observability/plugins/infra/public/components/asset_details/components/expandable_content.tsx +++ b/x-pack/solutions/observability/plugins/infra/public/components/asset_details/components/expandable_content.tsx @@ -80,7 +80,9 @@ export const ExpandableContent = (props: ExpandableContentProps) => { )} -

{first}

+

+ {first} +

{isExpanded && others.map((item, index) => {item})} diff --git a/x-pack/solutions/observability/plugins/infra/public/components/asset_details/tabs/overview/alerts/alerts_closed_content.tsx b/x-pack/solutions/observability/plugins/infra/public/components/asset_details/tabs/overview/alerts/alerts_closed_content.tsx index a08a0313230ee..fa6aee3461270 100644 --- a/x-pack/solutions/observability/plugins/infra/public/components/asset_details/tabs/overview/alerts/alerts_closed_content.tsx +++ b/x-pack/solutions/observability/plugins/infra/public/components/asset_details/tabs/overview/alerts/alerts_closed_content.tsx @@ -27,6 +27,7 @@ export const AlertsClosedContent = ({ activeAlertCount }: { activeAlertCount?: n data-test-subj="infraAssetDetailsAlertsClosedContentWithAlerts" iconType="warning" color="danger" + tabIndex={0} > {activeAlertCount}
diff --git a/x-pack/solutions/observability/plugins/infra/public/components/lens/lens_chart.tsx b/x-pack/solutions/observability/plugins/infra/public/components/lens/lens_chart.tsx index 90622b53bc462..18716f9405714 100644 --- a/x-pack/solutions/observability/plugins/infra/public/components/lens/lens_chart.tsx +++ b/x-pack/solutions/observability/plugins/infra/public/components/lens/lens_chart.tsx @@ -157,7 +157,7 @@ export const LensChart = React.memo( > {/* EuiToolTip forwards some event handlers to the child component. Wrapping Lens inside a div prevents that from causing unnecessary re-renders */} -
{lens}
+
{lens}
); diff --git a/x-pack/solutions/observability/plugins/infra/public/pages/logs/stream/page_view_log_in_context.tsx b/x-pack/solutions/observability/plugins/infra/public/pages/logs/stream/page_view_log_in_context.tsx index f291a00c3a9ca..d928788e3da04 100644 --- a/x-pack/solutions/observability/plugins/infra/public/pages/logs/stream/page_view_log_in_context.tsx +++ b/x-pack/solutions/observability/plugins/infra/public/pages/logs/stream/page_view_log_in_context.tsx @@ -151,7 +151,7 @@ const LogEntryContext: React.FC<{ context: LogEntry['context']; discoverLink?: s values={{ file: ( - {shortenedFilePath} + {shortenedFilePath} ), host: context['host.name'], diff --git a/x-pack/solutions/observability/plugins/observability/common/components/elapsed_timestamp_tooltip.tsx b/x-pack/solutions/observability/plugins/observability/common/components/elapsed_timestamp_tooltip.tsx index 89f08615290f0..9101cc3d21bdf 100644 --- a/x-pack/solutions/observability/plugins/observability/common/components/elapsed_timestamp_tooltip.tsx +++ b/x-pack/solutions/observability/plugins/observability/common/components/elapsed_timestamp_tooltip.tsx @@ -46,7 +46,7 @@ export function ElapsedTimestampTooltip({ time }: Props) { return ( - <>{timeDisplay} + {timeDisplay} ); } diff --git a/x-pack/solutions/observability/plugins/observability/public/components/alerts_table/common/timestamp_tooltip.tsx b/x-pack/solutions/observability/plugins/observability/public/components/alerts_table/common/timestamp_tooltip.tsx index 6882f4172d19f..dc6004c5386f6 100644 --- a/x-pack/solutions/observability/plugins/observability/public/components/alerts_table/common/timestamp_tooltip.tsx +++ b/x-pack/solutions/observability/plugins/observability/public/components/alerts_table/common/timestamp_tooltip.tsx @@ -23,7 +23,7 @@ export function TimestampTooltip({ time, timeUnit = 'milliseconds' }: Props) { return ( - <>{absoluteTimeLabel} + {absoluteTimeLabel} ); } diff --git a/x-pack/solutions/observability/plugins/observability/public/pages/alert_details/components/alert_subtitle.tsx b/x-pack/solutions/observability/plugins/observability/public/pages/alert_details/components/alert_subtitle.tsx index 50ba403f58bdc..8005e3c7a8cf4 100644 --- a/x-pack/solutions/observability/plugins/observability/public/pages/alert_details/components/alert_subtitle.tsx +++ b/x-pack/solutions/observability/plugins/observability/public/pages/alert_details/components/alert_subtitle.tsx @@ -37,6 +37,7 @@ export function AlertSubtitle({ alert }: AlertSubtitleProps) {
{label} diff --git a/x-pack/solutions/observability/plugins/observability_onboarding/public/application/quickstart_flows/auto_detect/supported_integrations_list.tsx b/x-pack/solutions/observability/plugins/observability_onboarding/public/application/quickstart_flows/auto_detect/supported_integrations_list.tsx index b3ab93af89ca4..c8e6be9c7a180 100644 --- a/x-pack/solutions/observability/plugins/observability_onboarding/public/application/quickstart_flows/auto_detect/supported_integrations_list.tsx +++ b/x-pack/solutions/observability/plugins/observability_onboarding/public/application/quickstart_flows/auto_detect/supported_integrations_list.tsx @@ -87,7 +87,7 @@ export function SupportedIntegrationsList() { } > - + {`+${SUPPORTED_INTEGRATIONS_LIST.length - FEATURED_INTEGRATIONS_LIST.length}`} diff --git a/x-pack/solutions/observability/plugins/profiling/public/components/subchart.tsx b/x-pack/solutions/observability/plugins/profiling/public/components/subchart.tsx index c46805dab23dc..07c5c284ec18b 100644 --- a/x-pack/solutions/observability/plugins/profiling/public/components/subchart.tsx +++ b/x-pack/solutions/observability/plugins/profiling/public/components/subchart.tsx @@ -177,7 +177,10 @@ export function SubChart({ } )} > - {`-> ${children.length}`} + {`-> ${children.length}`} } > diff --git a/x-pack/solutions/observability/plugins/profiling/public/views/storage_explorer/host_breakdown/hosts_table.tsx b/x-pack/solutions/observability/plugins/profiling/public/views/storage_explorer/host_breakdown/hosts_table.tsx index fee44909ac6f7..d7f440362f794 100644 --- a/x-pack/solutions/observability/plugins/profiling/public/views/storage_explorer/host_breakdown/hosts_table.tsx +++ b/x-pack/solutions/observability/plugins/profiling/public/views/storage_explorer/host_breakdown/hosts_table.tsx @@ -132,7 +132,7 @@ export function HostsTable({ data = [], hasDistinctProbabilisticValues }: Props) } )} > - 0}> + 0} tabIndex={0}> {value.value} diff --git a/x-pack/solutions/observability/plugins/slo/public/components/slo/slo_badges/slo_state_badge.tsx b/x-pack/solutions/observability/plugins/slo/public/components/slo/slo_badges/slo_state_badge.tsx index 394405c174441..c9db2c2b20985 100644 --- a/x-pack/solutions/observability/plugins/slo/public/components/slo/slo_badges/slo_state_badge.tsx +++ b/x-pack/solutions/observability/plugins/slo/public/components/slo/slo_badges/slo_state_badge.tsx @@ -28,7 +28,7 @@ export function SloStateBadge({ slo }: Props) { defaultMessage: 'This SLO is disabled. Enable it to start processing data.', })} > - + {i18n.translate('xpack.slo.sloStateBadge.disabled.label', { defaultMessage: 'Disabled', })} diff --git a/x-pack/solutions/observability/plugins/slo/public/components/slo/slo_badges/slo_status_badge.tsx b/x-pack/solutions/observability/plugins/slo/public/components/slo/slo_badges/slo_status_badge.tsx index a5a6fee73fb90..31493626b5f1e 100644 --- a/x-pack/solutions/observability/plugins/slo/public/components/slo/slo_badges/slo_status_badge.tsx +++ b/x-pack/solutions/observability/plugins/slo/public/components/slo/slo_badges/slo_status_badge.tsx @@ -64,7 +64,7 @@ export function SloStatusBadge({ slo, isLoading }: SloStatusProps) { defaultMessage: 'It may take some time before the data is aggregated and available.', })} > - + {displayStatus[slo.summary.status]?.displayText} diff --git a/x-pack/solutions/observability/plugins/slo/public/components/slo/slo_badges/slo_value_badge.tsx b/x-pack/solutions/observability/plugins/slo/public/components/slo/slo_badges/slo_value_badge.tsx index e9b71169cbc42..5efe39b62338f 100644 --- a/x-pack/solutions/observability/plugins/slo/public/components/slo/slo_badges/slo_value_badge.tsx +++ b/x-pack/solutions/observability/plugins/slo/public/components/slo/slo_badges/slo_value_badge.tsx @@ -44,7 +44,7 @@ export function SloValueBadge({ slo, isLoading }: SloStatusProps) { defaultMessage: 'It may take some time before the data is aggregated and available.', })} > - + {badgeDisplayText} diff --git a/x-pack/solutions/observability/plugins/slo/public/pages/slo_details/hooks/use_slo_details_tabs.tsx b/x-pack/solutions/observability/plugins/slo/public/pages/slo_details/hooks/use_slo_details_tabs.tsx index ef51dd25a6131..c6ba492cb33ec 100644 --- a/x-pack/solutions/observability/plugins/slo/public/pages/slo_details/hooks/use_slo_details_tabs.tsx +++ b/x-pack/solutions/observability/plugins/slo/public/pages/slo_details/hooks/use_slo_details_tabs.tsx @@ -118,7 +118,7 @@ export const useSloDetailsTabs = ({ })} position="right" > - <>{ALERTS_LABEL} + {ALERTS_LABEL} ) : ( ALERTS_LABEL diff --git a/x-pack/solutions/observability/plugins/slo/public/pages/slos/components/compact_view/slo_list_compact_view.tsx b/x-pack/solutions/observability/plugins/slo/public/pages/slos/components/compact_view/slo_list_compact_view.tsx index 0db6af6a37adc..3d8bb168e4bcc 100644 --- a/x-pack/solutions/observability/plugins/slo/public/pages/slos/components/compact_view/slo_list_compact_view.tsx +++ b/x-pack/solutions/observability/plugins/slo/public/pages/slos/components/compact_view/slo_list_compact_view.tsx @@ -335,7 +335,7 @@ export function SloListCompactView({ sloList, loading, error }: Props) { ); return ( - + {slo.name} diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/common/components/permissions.tsx b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/common/components/permissions.tsx index b387b2cf0f4bc..0d7a214020ec5 100644 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/common/components/permissions.tsx +++ b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/common/components/permissions.tsx @@ -55,7 +55,7 @@ export const NoPermissionsTooltip = ({ if (!isServiceAllowed) { return ( - {children} + {children} ); } @@ -63,7 +63,7 @@ export const NoPermissionsTooltip = ({ if (disabledMessage) { return ( - {children} + {children} ); } @@ -71,7 +71,7 @@ export const NoPermissionsTooltip = ({ if (content) { return ( - {children} + {children} ); } diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_last_run.tsx b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_last_run.tsx index 910b4954a62dc..3a02d1123c249 100644 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_last_run.tsx +++ b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_last_run.tsx @@ -32,7 +32,7 @@ export const MonitorDetailsLastRun: React.FC = () => { content={moment(latestPing?.['@timestamp']).format('LLL')} position="bottom" > - <>{description} + {description} ), }, diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/actions_popover.tsx b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/actions_popover.tsx index ce4c023d7a1f0..2e5cf69812ed5 100644 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/actions_popover.tsx +++ b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/actions_popover.tsx @@ -214,7 +214,7 @@ export function ActionsPopover({ { name: testInProgress ? ( - {runTestManually} + {runTestManually} ) : ( } > - + {i18n.translate('xpack.synthetics.monitorBarSeries.TextLabel', { defaultMessage: '--' })} diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/compact_view/components/monitor_status_col.tsx b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/compact_view/components/monitor_status_col.tsx index c8c2047d204e6..de3c615f87bee 100644 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/compact_view/components/monitor_status_col.tsx +++ b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/compact_view/components/monitor_status_col.tsx @@ -48,7 +48,7 @@ export const MonitorStatusCol = ({ } > - + {getCheckedLabel(timestamp)} diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/settings/policy_link.tsx b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/settings/policy_link.tsx index a982888601a65..ff0d5a9500711 100644 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/settings/policy_link.tsx +++ b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/settings/policy_link.tsx @@ -40,7 +40,9 @@ export const PolicyLink = ({ name }: { name: string }) => { if (!canManageILM) { return ( - {name} + + {name} + ); } diff --git a/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/common/charts/monitor_bar_series.tsx b/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/common/charts/monitor_bar_series.tsx index cc4bf5f387a7b..78c8fd0ddf843 100644 --- a/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/common/charts/monitor_bar_series.tsx +++ b/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/common/charts/monitor_bar_series.tsx @@ -127,7 +127,7 @@ export const MonitorBarSeries = ({ histogramSeries, minInterval }: MonitorBarSer /> } > - + {i18n.translate('xpack.uptime.monitorBarSeries.TextLabel', { defaultMessage: '--' })} diff --git a/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/monitor/status_details/__snapshots__/ssl_certificate.test.tsx.snap b/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/monitor/status_details/__snapshots__/ssl_certificate.test.tsx.snap index a23f4c890eaff..6410961e15ea2 100644 --- a/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/monitor/status_details/__snapshots__/ssl_certificate.test.tsx.snap +++ b/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/monitor/status_details/__snapshots__/ssl_certificate.test.tsx.snap @@ -25,6 +25,7 @@ Array [ >
= ({ expiry, boldStyle = false }) const CertStatus = ({ color, text }: { color: string; text: string }) => { return ( - + {boldStyle ? ( diff --git a/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/monitor_status_column.tsx b/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/monitor_status_column.tsx index 4663d2572fc5e..0b0b148fa1421 100644 --- a/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/monitor_status_column.tsx +++ b/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/monitor_status_column.tsx @@ -181,7 +181,7 @@ export const MonitorListStatusColumn = ({ } > - + {statusMessage}, @@ -198,7 +198,7 @@ export const MonitorListStatusColumn = ({ } > - + {getCheckedLabel(timestamp)} diff --git a/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/status_badge.tsx b/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/status_badge.tsx index 72345275a6d8f..e218c21594052 100644 --- a/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/status_badge.tsx +++ b/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/status_badge.tsx @@ -37,7 +37,7 @@ export const StatusBadge = ({ return ( - + {getHealthMessage(status)} diff --git a/x-pack/solutions/observability/plugins/ux/public/components/app/rum_dashboard/client_metrics/metrics.tsx b/x-pack/solutions/observability/plugins/ux/public/components/app/rum_dashboard/client_metrics/metrics.tsx index 837f8c0af1e9b..1770a6e3ef593 100644 --- a/x-pack/solutions/observability/plugins/ux/public/components/app/rum_dashboard/client_metrics/metrics.tsx +++ b/x-pack/solutions/observability/plugins/ux/public/components/app/rum_dashboard/client_metrics/metrics.tsx @@ -36,7 +36,7 @@ function PageViewsTotalTitle({ pageViews }: { pageViews?: number }) { <>{numeral(pageViews).format('0,0')} ) : ( - <>{numeral(pageViews).format('0 a')} + {numeral(pageViews).format('0 a')} ); } diff --git a/x-pack/solutions/observability/plugins/ux/public/components/app/rum_dashboard/impactful_metrics/js_errors.tsx b/x-pack/solutions/observability/plugins/ux/public/components/app/rum_dashboard/impactful_metrics/js_errors.tsx index 27632fa8cf0e3..aa97aec4dede5 100644 --- a/x-pack/solutions/observability/plugins/ux/public/components/app/rum_dashboard/impactful_metrics/js_errors.tsx +++ b/x-pack/solutions/observability/plugins/ux/public/components/app/rum_dashboard/impactful_metrics/js_errors.tsx @@ -101,7 +101,7 @@ export function JSErrors() { totalErrors ) : ( - <>{numeral(totalErrors).format('0 a')} + {numeral(totalErrors).format('0 a')} ) } diff --git a/x-pack/solutions/search/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/pipeline_json_badges.tsx b/x-pack/solutions/search/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/pipeline_json_badges.tsx index 1ff6364ff53df..315908929425d 100644 --- a/x-pack/solutions/search/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/pipeline_json_badges.tsx +++ b/x-pack/solutions/search/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/pipeline_json_badges.tsx @@ -28,7 +28,7 @@ const ManagedPipelineBadge: React.FC = () => ( { defaultMessage: 'This pipeline is managed and cannot be edited' } )} > - + {i18n.translate( 'xpack.enterpriseSearch.content.indices.pipelines.tabs.jsonConfigurations.managed', { defaultMessage: 'Managed' } @@ -57,7 +57,7 @@ const UnmanagedPipelineBadge: React.FC = () => ( /> } > - + {i18n.translate( 'xpack.enterpriseSearch.content.indices.pipelines.tabs.jsonConfigurations.unmanaged', { defaultMessage: 'Unmanaged' } @@ -74,7 +74,7 @@ const SharedPipelineBadge: React.FC = () => ( { defaultMessage: 'This pipeline is shared across all Search ingestion methods' } )} > - + {i18n.translate( 'xpack.enterpriseSearch.content.indices.pipelines.tabs.jsonConfigurations.shared', { defaultMessage: 'Shared' } @@ -91,7 +91,7 @@ const IndexPipelineBadge: React.FC = () => ( { defaultMessage: 'This pipeline contains configurations specific to this index only' } )} > - + {i18n.translate( 'xpack.enterpriseSearch.content.indices.pipelines.tabs.jsonConfigurations.indexSpecific', { defaultMessage: 'Index specific' } @@ -111,7 +111,7 @@ const MlInferenceBadge: React.FC = () => ( } )} > - + {i18n.translate( 'xpack.enterpriseSearch.content.indices.pipelines.tabs.jsonConfigurations.mlInference', { defaultMessage: 'ML Inference' } diff --git a/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/data_quality_details/indices_details/pattern/index_result_badge/index.tsx b/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/data_quality_details/indices_details/pattern/index_result_badge/index.tsx index 420860146fc8d..68ee9b6806094 100644 --- a/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/data_quality_details/indices_details/pattern/index_result_badge/index.tsx +++ b/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/data_quality_details/indices_details/pattern/index_result_badge/index.tsx @@ -41,6 +41,7 @@ export const IndexResultBadgeComponent: React.FC = ({ data-test-subj="indexResultBadge" color={getCheckTextColor(incompatible)} {...props} + tabIndex={0} > {incompatible > 0 ? FAIL : PASS} diff --git a/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/data_quality_details/indices_details/pattern/pattern_summary/pattern_label/ilm_phase_counts/index.tsx b/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/data_quality_details/indices_details/pattern/pattern_summary/pattern_label/ilm_phase_counts/index.tsx index eab5458302513..a68d37277b900 100644 --- a/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/data_quality_details/indices_details/pattern/pattern_summary/pattern_label/ilm_phase_counts/index.tsx +++ b/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/data_quality_details/indices_details/pattern/pattern_summary/pattern_label/ilm_phase_counts/index.tsx @@ -37,7 +37,10 @@ const IlmPhaseCountsComponent: React.FC = ({ ilmExplainPhaseCounts, patte phase, })} > - {`${phase} (${ilmExplainPhaseCounts[phase]})`} + {`${phase} (${ilmExplainPhaseCounts[phase]})`} ) : null diff --git a/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/data_quality_details/indices_details/pattern/summary_table/utils/columns.tsx b/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/data_quality_details/indices_details/pattern/summary_table/utils/columns.tsx index b56b5073c3d1a..fe7fc1961c0f5 100644 --- a/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/data_quality_details/indices_details/pattern/summary_table/utils/columns.tsx +++ b/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/data_quality_details/indices_details/pattern/summary_table/utils/columns.tsx @@ -77,7 +77,9 @@ export const getSummaryTableSizeInBytesColumn = ({ render: (_, { sizeInBytes }) => Number.isInteger(sizeInBytes) ? ( - {formatBytes(sizeInBytes)} + + {formatBytes(sizeInBytes)} + ) : null, sortable: true, @@ -156,7 +158,9 @@ export const getSummaryTableColumns = ({ ) : ( - {EMPTY_STAT} + + {EMPTY_STAT} + ), sortable: true, @@ -168,7 +172,7 @@ export const getSummaryTableColumns = ({ name: INDEX, render: (_, { indexName }) => ( - + {indexName} @@ -204,6 +208,7 @@ export const getSummaryTableColumns = ({ size="xs" data-test-subj="incompatibleStat" color={getIncompatibleStatColor(incompatible, dangerColor)} + tabIndex={0} > {incompatible ?? EMPTY_STAT} diff --git a/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/data_quality_summary/ilm_phase_filter/index.tsx b/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/data_quality_summary/ilm_phase_filter/index.tsx index 8e2c37d02b5ee..4a7c55ac445bf 100644 --- a/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/data_quality_summary/ilm_phase_filter/index.tsx +++ b/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/data_quality_summary/ilm_phase_filter/index.tsx @@ -29,7 +29,7 @@ const renderOption = ( option: EuiComboBoxOptionOption ): React.ReactNode => ( -
+
{`${option.label}`} {': '} {getIlmPhaseDescription(option.label)} diff --git a/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/stat/index.tsx b/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/stat/index.tsx index be0f713872e7d..4cb269839e7b5 100644 --- a/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/stat/index.tsx +++ b/x-pack/solutions/security/packages/ecs-data-quality-dashboard/impl/data_quality_panel/stat/index.tsx @@ -41,7 +41,7 @@ const StatComponent: React.FC = ({ const styles = useStyles(); return ( - + {children && {children}} {badgeText} diff --git a/x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/components/fleet_extensions/common.tsx b/x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/components/fleet_extensions/common.tsx index 26f325463d7af..bd32179d4ebde 100644 --- a/x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/components/fleet_extensions/common.tsx +++ b/x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/components/fleet_extensions/common.tsx @@ -61,7 +61,7 @@ export const TechnicalPreviewText = () => { return ( - {technicalPreviewLabel} + {technicalPreviewLabel} ); }; diff --git a/x-pack/solutions/security/packages/kbn-securitysolution-autocomplete/src/es_field_selector/use_es_field.tsx b/x-pack/solutions/security/packages/kbn-securitysolution-autocomplete/src/es_field_selector/use_es_field.tsx index 7542a41decc5e..93831e35ec63b 100644 --- a/x-pack/solutions/security/packages/kbn-securitysolution-autocomplete/src/es_field_selector/use_es_field.tsx +++ b/x-pack/solutions/security/packages/kbn-securitysolution-autocomplete/src/es_field_selector/use_es_field.tsx @@ -191,7 +191,7 @@ export const useEsField = ({ content={labelTooltipText} position="bottom" > - <>{label} + {label} ); } diff --git a/x-pack/solutions/security/plugins/cloud_security_posture/public/components/compact_formatted_number.tsx b/x-pack/solutions/security/plugins/cloud_security_posture/public/components/compact_formatted_number.tsx index 69d45df71a235..9886a0044483c 100644 --- a/x-pack/solutions/security/plugins/cloud_security_posture/public/components/compact_formatted_number.tsx +++ b/x-pack/solutions/security/plugins/cloud_security_posture/public/components/compact_formatted_number.tsx @@ -32,7 +32,7 @@ export const CompactFormattedNumber = ({ return ( - + {number.toLocaleString(undefined, { notation: 'compact', maximumFractionDigits: 1, diff --git a/x-pack/solutions/security/plugins/cloud_security_posture/public/components/timestamp_table_cell.tsx b/x-pack/solutions/security/plugins/cloud_security_posture/public/components/timestamp_table_cell.tsx index 291c39da504ac..05e0521188ba2 100644 --- a/x-pack/solutions/security/plugins/cloud_security_posture/public/components/timestamp_table_cell.tsx +++ b/x-pack/solutions/security/plugins/cloud_security_posture/public/components/timestamp_table_cell.tsx @@ -24,6 +24,6 @@ export const TimestampTableCell = ({ timestamp }: { timestamp: MomentInput }) => css={datagridToolTipOffset} content={moment(timestamp).format(CSP_MOMENT_FORMAT)} > - {moment(timestamp).fromNow()} + {moment(timestamp).fromNow()} ); diff --git a/x-pack/solutions/security/plugins/cloud_security_posture/public/pages/configurations/latest_findings/latest_findings_group_renderer.tsx b/x-pack/solutions/security/plugins/cloud_security_posture/public/pages/configurations/latest_findings/latest_findings_group_renderer.tsx index 5d776631bc255..7c09b52c37c68 100644 --- a/x-pack/solutions/security/plugins/cloud_security_posture/public/pages/configurations/latest_findings/latest_findings_group_renderer.tsx +++ b/x-pack/solutions/security/plugins/cloud_security_posture/public/pages/configurations/latest_findings/latest_findings_group_renderer.tsx @@ -182,6 +182,7 @@ const FindingsCountComponent = ({ bucket }: { bucket: RawBucket {getAbbreviatedNumber(bucket.doc_count)} diff --git a/x-pack/solutions/security/plugins/cloud_security_posture/public/pages/vulnerabilities/latest_vulnerabilities_group_renderer.tsx b/x-pack/solutions/security/plugins/cloud_security_posture/public/pages/vulnerabilities/latest_vulnerabilities_group_renderer.tsx index ba27c74c1929c..caadf767c070d 100644 --- a/x-pack/solutions/security/plugins/cloud_security_posture/public/pages/vulnerabilities/latest_vulnerabilities_group_renderer.tsx +++ b/x-pack/solutions/security/plugins/cloud_security_posture/public/pages/vulnerabilities/latest_vulnerabilities_group_renderer.tsx @@ -146,6 +146,7 @@ const VulnerabilitiesCountComponent = ({ return ( { const riskLevel = getRiskLevel(risk); const color = RISK_SEVERITY_COLOUR[riskLevel]; + return ( - + {risk} diff --git a/x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/results/attack_discovery_panel/panel_header/primary_interactions/badges/workflow_badge/index.tsx b/x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/results/attack_discovery_panel/panel_header/primary_interactions/badges/workflow_badge/index.tsx index 43bebed65723b..ca8e333cd5a2c 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/results/attack_discovery_panel/panel_header/primary_interactions/badges/workflow_badge/index.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/results/attack_discovery_panel/panel_header/primary_interactions/badges/workflow_badge/index.tsx @@ -31,6 +31,7 @@ const WorkflowBadgeComponent: React.FC = ({ attackDiscovery }) => { aria-label={NON_I18N_WORKFLOW_STATUS_FIELD_NAME} color="hollow" data-test-subj="workflowBadge" + tabIndex={0} > = ({ ( - + {children} diff --git a/x-pack/solutions/security/plugins/security_solution/public/common/components/tables/helpers.tsx b/x-pack/solutions/security/plugins/security_solution/public/common/components/tables/helpers.tsx index 35251afba4d51..fea963d7e0293 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/common/components/tables/helpers.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/common/components/tables/helpers.tsx @@ -207,7 +207,7 @@ export const OverflowFieldComponent = ({ {showToolTip ? ( - <>{value.substring(0, overflowLength)} + {value.substring(0, overflowLength)} ) : ( <>{value.substring(0, overflowLength)} diff --git a/x-pack/solutions/security/plugins/security_solution/public/common/components/text_field_value/__snapshots__/index.test.tsx.snap b/x-pack/solutions/security/plugins/security_solution/public/common/components/text_field_value/__snapshots__/index.test.tsx.snap index 58dc6d27afa3a..351285a381393 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/common/components/text_field_value/__snapshots__/index.test.tsx.snap +++ b/x-pack/solutions/security/plugins/security_solution/public/common/components/text_field_value/__snapshots__/index.test.tsx.snap @@ -25,7 +25,9 @@ exports[`text_field_value TextFieldValue should render long text correctly, when display="inlineBlock" position="top" > - + super long text part 0 super long text part 1 super long text part 2 super long text part 3 sup... @@ -56,7 +58,9 @@ exports[`text_field_value TextFieldValue should render long text correctly, when display="inlineBlock" position="top" > - + super long text part 0 super long text part 1 super long text part 2 super long text part 3 super long text part 4 super long text part 5 super long text part 6 super long text part 7 super long text part 8 super long text part 9 super long text part 10 super long text part 11 super long text part 12 super long text part 13 super long text part 14 super long text part 15 super long text part 16 super long text part 17 super long text part 18 super long text part 19 @@ -87,7 +91,9 @@ exports[`text_field_value TextFieldValue should render small text correctly, whe display="inlineBlock" position="top" > - + value 1 @@ -118,7 +124,9 @@ exports[`text_field_value TextFieldValue should render small text correctly, whe display="inlineBlock" position="top" > - + value 1 diff --git a/x-pack/solutions/security/plugins/security_solution/public/common/components/text_field_value/index.tsx b/x-pack/solutions/security/plugins/security_solution/public/common/components/text_field_value/index.tsx index d406bcc935357..93f9a29b8e18e 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/common/components/text_field_value/index.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/common/components/text_field_value/index.tsx @@ -41,7 +41,7 @@ export const TextFieldValue = ({ fieldName, value, maxLength, className }: Props } > - {trimTextOverflow(value, maxLength)} + {trimTextOverflow(value, maxLength)} ); }; diff --git a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation/components/alert_suppression_edit/components/suppression_duration_selector.tsx b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation/components/alert_suppression_edit/components/suppression_duration_selector.tsx index 200d162705bbd..2bfda88048741 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation/components/alert_suppression_edit/components/suppression_duration_selector.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation/components/alert_suppression_edit/components/suppression_duration_selector.tsx @@ -102,7 +102,9 @@ const SuppressionDurationSelectorFields = memo(function SuppressionDurationSelec id: AlertSuppressionDurationType.PerRuleExecution, label: onlyPerTimePeriod ? ( - <> {i18n.ALERT_SUPPRESSION_DURATION_PER_RULE_EXECUTION_OPTION} + + {i18n.ALERT_SUPPRESSION_DURATION_PER_RULE_EXECUTION_OPTION} + ) : ( i18n.ALERT_SUPPRESSION_DURATION_PER_RULE_EXECUTION_OPTION diff --git a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation/components/ml_job_select/ml_job_select.tsx b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation/components/ml_job_select/ml_job_select.tsx index 8e715b6fe0e7e..a95955df8a462 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation/components/ml_job_select/ml_job_select.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation/components/ml_job_select/ml_job_select.tsx @@ -120,7 +120,7 @@ const JobDisplay: React.FC = ({ description, name, id }) => (
{name ?? id} - +

{description}

diff --git a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation_ui/components/description_step/helpers.tsx b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation_ui/components/description_step/helpers.tsx index 327031498e25c..abd4935b468c6 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation_ui/components/description_step/helpers.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation_ui/components/description_step/helpers.tsx @@ -316,20 +316,22 @@ export const buildSeverityDescription = (severity: AboutStepSeverity): ListItems - <>{`${severityItem.field}:`} + {`${severityItem.field}:`} - {defaultToEmptyTag(severityItem.value)} + {defaultToEmptyTag(severityItem.value)} - + - <>{riskScoreItem.field} + {riskScoreItem.field} diff --git a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_details_ui/pages/rule_details/rule_actions_overflow/index.tsx b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_details_ui/pages/rule_details/rule_actions_overflow/index.tsx index fb88dd446512f..863a5dcf88821 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_details_ui/pages/rule_details/rule_actions_overflow/index.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_details_ui/pages/rule_details/rule_actions_overflow/index.tsx @@ -139,7 +139,7 @@ const RuleActionsOverflowComponent = ({ : undefined } > - <>{i18nActions.DUPLICATE_RULE} + {i18nActions.DUPLICATE_RULE} , { {inProgressRulesWithGaps && totalRulesWithGaps && ( - + {totalRulesWithGaps?.total} {'/'} {inProgressRulesWithGaps?.total} diff --git a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/rule_about_section.tsx b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/rule_about_section.tsx index 780c95c36a797..fbe13be06b484 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/rule_about_section.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/rule_about_section.tsx @@ -103,7 +103,10 @@ export const SeverityMappingItem = ({ severityMappingItem }: SeverityMappingItem content={severityMappingItem.field} data-test-subj={`severityOverrideField-${severityMappingItem.value}`} > - {`${severityMappingItem.field}:`} + {`${severityMappingItem.field}:`} @@ -111,7 +114,7 @@ export const SeverityMappingItem = ({ severityMappingItem }: SeverityMappingItem content={severityMappingItem.value} data-test-subj={`severityOverrideValue-${severityMappingItem.value}`} > - + {defaultToEmptyTag(severityMappingItem.value)} @@ -151,7 +154,7 @@ export const RiskScoreMappingItem = ({ riskScoreMappingItem }: RiskScoreMappingI content={riskScoreMappingItem.field} data-test-subj={`riskScoreOverrideField-${riskScoreMappingItem.value}`} > - + {riskScoreMappingItem.field} diff --git a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/rule_customizations_diff/rule_customizations_flyout.tsx b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/rule_customizations_diff/rule_customizations_flyout.tsx index 0a51927beea51..53d534f5a8515 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/rule_customizations_diff/rule_customizations_flyout.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/rule_customizations_diff/rule_customizations_flyout.tsx @@ -105,7 +105,7 @@ export const RuleCustomizationsFlyout = memo(function RuleCustomizationsFlyout({ id: 'updates', name: ( - <>{i18n.RULE_CUSTOMIZATIONS_FLYOUT_UPDATES_TAB_TITLE} + {i18n.RULE_CUSTOMIZATIONS_FLYOUT_UPDATES_TAB_TITLE} ), content: ( @@ -127,7 +127,7 @@ export const RuleCustomizationsFlyout = memo(function RuleCustomizationsFlyout({ id: 'jsonViewUpdates', name: ( - <>{ruleDetailsI18n.JSON_VIEW_UPDATES_TAB_LABEL} + {ruleDetailsI18n.JSON_VIEW_UPDATES_TAB_LABEL} ), content: ( diff --git a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/three_way_diff/badges/modified_badge.tsx b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/three_way_diff/badges/modified_badge.tsx index bfe70af031835..c91638f9f3b01 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/three_way_diff/badges/modified_badge.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/three_way_diff/badges/modified_badge.tsx @@ -17,7 +17,7 @@ interface ModifiedBadgeProps { export function ModifiedBadge({ tooltip }: ModifiedBadgeProps): JSX.Element { return ( - + {i18n.MODIFIED} diff --git a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management_ui/components/rules_table/upgrade_prebuilt_rules_table/use_upgrade_prebuilt_rules_table_columns.tsx b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management_ui/components/rules_table/upgrade_prebuilt_rules_table/use_upgrade_prebuilt_rules_table_columns.tsx index 477dfc039c9d3..3c24b60980e27 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management_ui/components/rules_table/upgrade_prebuilt_rules_table/use_upgrade_prebuilt_rules_table_columns.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management_ui/components/rules_table/upgrade_prebuilt_rules_table/use_upgrade_prebuilt_rules_table_columns.tsx @@ -133,6 +133,7 @@ const MODIFIED_COLUMN: TableColumn = { color="hollow" data-test-subj="upgradeRulesTableModifiedColumnBadge" aria-label={i18n.MODIFIED_LABEL} + tabIndex={0} > {i18n.MODIFIED_LABEL} @@ -156,6 +157,7 @@ const CONFLICT_COLUMN: TableColumn = { color="warning" data-test-subj="upgradeRulesTableSolvableConflictColumnBadge" aria-label={i18n.SOLVABLE_CONFLICT_LABEL} + tabIndex={0} > {i18n.SOLVABLE_CONFLICT_LABEL} @@ -169,6 +171,7 @@ const CONFLICT_COLUMN: TableColumn = { color="danger" data-test-subj="upgradeRulesTableUnsolvableConflictColumnBadge" aria-label={i18n.NON_SOLVABLE_CONFLICT_LABEL} + tabIndex={0} > {i18n.NON_SOLVABLE_CONFLICT_LABEL} diff --git a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management_ui/components/rules_table/use_columns.tsx b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management_ui/components/rules_table/use_columns.tsx index 8ba7d7cd793e4..ee44732a59fbd 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management_ui/components/rules_table/use_columns.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management_ui/components/rules_table/use_columns.tsx @@ -246,6 +246,7 @@ const MODIFIED_COLUMN: TableColumn = { return ( } > - {getOrEmptyTagFromValue(displayValue)} + {getOrEmptyTagFromValue(displayValue)} ); diff --git a/x-pack/solutions/security/plugins/security_solution/public/flyout/document_details/right/components/event_kind_description.tsx b/x-pack/solutions/security/plugins/security_solution/public/flyout/document_details/right/components/event_kind_description.tsx index 3750e9c83448c..5e3b964b9531a 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/flyout/document_details/right/components/event_kind_description.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/flyout/document_details/right/components/event_kind_description.tsx @@ -63,7 +63,7 @@ export const EventKindDescription: React.FC = ({ even {eventCategories.map((category, idx) => ( - + {category} {idx !== eventCategories.length - 1 && ','} diff --git a/x-pack/solutions/security/plugins/security_solution/public/flyout/document_details/right/components/table_field_name_cell.tsx b/x-pack/solutions/security/plugins/security_solution/public/flyout/document_details/right/components/table_field_name_cell.tsx index 19600b7aaf4b5..cfdf0672634a7 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/flyout/document_details/right/components/table_field_name_cell.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/flyout/document_details/right/components/table_field_name_cell.tsx @@ -70,7 +70,11 @@ export const TableFieldNameCell = memo(({ dataType, field }: TableFieldNameCellP delay="long" anchorClassName="eui-textBreakAll" > - + {field} diff --git a/x-pack/solutions/security/plugins/security_solution/public/management/components/console_argument_selectors/custom_scripts_selector/custom_script_selector.tsx b/x-pack/solutions/security/plugins/security_solution/public/management/components/console_argument_selectors/custom_scripts_selector/custom_script_selector.tsx index 86a970747cac0..20f5ddbdc4c45 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/management/components/console_argument_selectors/custom_scripts_selector/custom_script_selector.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/management/components/console_argument_selectors/custom_scripts_selector/custom_script_selector.tsx @@ -165,7 +165,12 @@ export const CustomScriptSelector = memo< {hasDescription ? ( - + {descriptionText} @@ -204,7 +209,7 @@ export const CustomScriptSelector = memo< panelProps={{ 'data-test-subj': testId('popoverPanel') }} button={ - +
{valueText || CUSTOM_SCRIPTS_CONFIG.initialLabel}
diff --git a/x-pack/solutions/security/plugins/security_solution/public/management/components/console_argument_selectors/pending_actions_selector/pending_actions_selector.tsx b/x-pack/solutions/security/plugins/security_solution/public/management/components/console_argument_selectors/pending_actions_selector/pending_actions_selector.tsx index 9697d1e5a58e8..09a22d4b1c72e 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/management/components/console_argument_selectors/pending_actions_selector/pending_actions_selector.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/management/components/console_argument_selectors/pending_actions_selector/pending_actions_selector.tsx @@ -161,7 +161,9 @@ export const PendingActionsSelector = memo< if (option.disabled) { return ( -
{content}
+
+ {content} +
); } @@ -188,7 +190,7 @@ export const PendingActionsSelector = memo< panelProps={{ 'data-test-subj': testId('popoverPanel') }} button={ - +
{valueText || PENDING_ACTIONS_CONFIG.initialLabel}
diff --git a/x-pack/solutions/security/plugins/security_solution/public/management/components/endpoint_responder/components/header_info/header_agent_info.tsx b/x-pack/solutions/security/plugins/security_solution/public/management/components/endpoint_responder/components/header_info/header_agent_info.tsx index 4a1f38f28d20c..3ad2c2f19389c 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/management/components/endpoint_responder/components/header_info/header_agent_info.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/management/components/endpoint_responder/components/header_info/header_agent_info.tsx @@ -48,6 +48,7 @@ export const HeaderAgentInfo = memo( size="s" data-test-subj={testId('hostName')} className="eui-textTruncate" + tabIndex={0} >
{hostName}
diff --git a/x-pack/solutions/security/plugins/security_solution/public/management/components/endpoint_response_actions_list/components/actions_log_table.tsx b/x-pack/solutions/security/plugins/security_solution/public/management/components/endpoint_response_actions_list/components/actions_log_table.tsx index 4861f544ca5f1..81447a6de7b07 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/management/components/endpoint_response_actions_list/components/actions_log_table.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/management/components/endpoint_response_actions_list/components/actions_log_table.tsx @@ -94,6 +94,7 @@ const getResponseActionListTableColumns = ({ size="s" className="eui-textTruncate eui-fullWidth" data-test-subj={getTestId('column-command')} + tabIndex={0} > {command} @@ -144,6 +145,7 @@ const getResponseActionListTableColumns = ({ size="s" className="eui-textTruncate eui-fullWidth" data-test-subj={getTestId('column-user-name')} + tabIndex={0} > {createdBy} @@ -172,6 +174,7 @@ const getResponseActionListTableColumns = ({ size="s" className="eui-textTruncate eui-fullWidth" data-test-subj={getTestId('column-hostname')} + tabIndex={0} > {hostnames} @@ -191,6 +194,7 @@ const getResponseActionListTableColumns = ({ size="s" className="eui-textTruncate eui-fullWidth" data-test-subj={getTestId('column-comments')} + tabIndex={0} > {comment ?? emptyValue} @@ -213,6 +217,7 @@ const getResponseActionListTableColumns = ({ } data-test-subj={getTestId('column-status')} status={status} + tabIndex={0} />
); diff --git a/x-pack/solutions/security/plugins/security_solution/public/management/components/endpoint_response_actions_list/components/response_action_status_badge.tsx b/x-pack/solutions/security/plugins/security_solution/public/management/components/endpoint_response_actions_list/components/response_action_status_badge.tsx index 48d1d62e01e42..dd2db7974f757 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/management/components/endpoint_response_actions_list/components/response_action_status_badge.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/management/components/endpoint_response_actions_list/components/response_action_status_badge.tsx @@ -12,15 +12,17 @@ export const ResponseActionStatusBadge = memo( color, status, 'data-test-subj': dataTestSubj, + tabIndex, }: { color: EuiBadgeProps['color']; 'data-test-subj'?: string; status: string; + tabIndex?: number; }) => { return ( // We've a EuiTooltip that wraps this component, // Thus we don't need to add a title tooltip as well. - + {status} ); diff --git a/x-pack/solutions/security/plugins/security_solution/public/management/components/policy_response/policy_response_artifact_item.tsx b/x-pack/solutions/security/plugins/security_solution/public/management/components/policy_response/policy_response_artifact_item.tsx index ac3ea648289d1..92551e2ae9e15 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/management/components/policy_response/policy_response_artifact_item.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/management/components/policy_response/policy_response_artifact_item.tsx @@ -81,7 +81,7 @@ export const PolicyResponseArtifactItem = memo(({ artifact }: PolicyResponseArti - <>{truncate(artifact.sha256, { length: 12 })} + {truncate(artifact.sha256, { length: 12 })} diff --git a/x-pack/solutions/security/plugins/security_solution/public/management/pages/endpoint_hosts/view/index.tsx b/x-pack/solutions/security/plugins/security_solution/public/management/pages/endpoint_hosts/view/index.tsx index 4f2339f12cfbb..23b4c55c1dc80 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/management/pages/endpoint_hosts/view/index.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/management/pages/endpoint_hosts/view/index.tsx @@ -210,6 +210,7 @@ const getEndpointListColumns = ({ return ( { return ( - +

{os}

@@ -252,7 +253,7 @@ const getEndpointListColumns = ({ render: (ip: string[]) => { return ( - +

{ip.toString().replace(',', ', ')}

@@ -271,7 +272,7 @@ const getEndpointListColumns = ({ render: (version: string) => { return ( - +

{version}

diff --git a/x-pack/solutions/security/plugins/security_solution/public/overview/components/detection_response/soc_trends/soc_trends.tsx b/x-pack/solutions/security/plugins/security_solution/public/overview/components/detection_response/soc_trends/soc_trends.tsx index d8b345f427384..1041b9c38d89a 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/overview/components/detection_response/soc_trends/soc_trends.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/overview/components/detection_response/soc_trends/soc_trends.tsx @@ -44,7 +44,7 @@ interface Props { const getListItem = (stat: StatState) => ({ title: ( - +
{stat.title}
@@ -57,7 +57,7 @@ const getListItem = (stat: StatState) => ({ <> {stat.stat}{' '} - + {stat.percentage.percent != null ? stat.percentage.percent : '-'} diff --git a/x-pack/solutions/security/plugins/security_solution/public/reports/components/ai_value/compare_percentage_badge.tsx b/x-pack/solutions/security/plugins/security_solution/public/reports/components/ai_value/compare_percentage_badge.tsx index 7bc925b8d08c3..5fc3259ae1625 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/reports/components/ai_value/compare_percentage_badge.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/reports/components/ai_value/compare_percentage_badge.tsx @@ -59,7 +59,9 @@ export const ComparePercentageBadge = ({ `} > - {percentInfo.percent} + + {percentInfo.percent} + {timeRange && ( diff --git a/x-pack/solutions/security/plugins/security_solution/public/siem_migrations/common/components/column_header/index.tsx b/x-pack/solutions/security/plugins/security_solution/public/siem_migrations/common/components/column_header/index.tsx index c3f41d3ff52b7..35f8b5ec9a846 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/siem_migrations/common/components/column_header/index.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/siem_migrations/common/components/column_header/index.tsx @@ -19,7 +19,7 @@ export const TableHeader: React.FC = React.memo( ({ id, title, tooltipContent }) => { return ( -
+
{title}   diff --git a/x-pack/solutions/security/plugins/security_solution/public/siem_migrations/common/components/migration_panels/migration_title.tsx b/x-pack/solutions/security/plugins/security_solution/public/siem_migrations/common/components/migration_panels/migration_title.tsx index 754c691adabeb..2ef587a7f6e05 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/siem_migrations/common/components/migration_panels/migration_title.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/siem_migrations/common/components/migration_panels/migration_title.tsx @@ -159,7 +159,7 @@ export const MigrationPanelTitle = React.memo(function MigrationPanelTitle({ data-test-subj="deleteMigrationItem" > - {i18n.DELETE_BUTTON_TEXT} + {i18n.DELETE_BUTTON_TEXT} diff --git a/x-pack/solutions/security/plugins/security_solution/public/timelines/components/timeline/body/renderers/formatted_field.tsx b/x-pack/solutions/security/plugins/security_solution/public/timelines/components/timeline/body/renderers/formatted_field.tsx index bd463da698dc0..8c7025a55b0a8 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/timelines/components/timeline/body/renderers/formatted_field.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/timelines/components/timeline/body/renderers/formatted_field.tsx @@ -239,7 +239,9 @@ const FormattedFieldValueComponent: React.FC<{ } > - {value} + + {value} + ) : ( diff --git a/x-pack/solutions/security/plugins/security_solution/public/timelines/components/timeline/kpi/kpis.tsx b/x-pack/solutions/security/plugins/security_solution/public/timelines/components/timeline/kpi/kpis.tsx index bff43b253be1d..793d851966602 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/timelines/components/timeline/kpi/kpis.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/timelines/components/timeline/kpi/kpis.tsx @@ -71,7 +71,7 @@ export const TimelineKPIs = React.memo(({ kpis }: { kpis: TimelineKpiStrategyRes {`${i18n.PROCESS_KPI_TITLE} : `} - + {formattedKpis.process} @@ -81,7 +81,7 @@ export const TimelineKPIs = React.memo(({ kpis }: { kpis: TimelineKpiStrategyRes {`${i18n.USER_KPI_TITLE} : `} - + {formattedKpis.user} @@ -91,7 +91,7 @@ export const TimelineKPIs = React.memo(({ kpis }: { kpis: TimelineKpiStrategyRes {`${i18n.HOST_KPI_TITLE} : `} - + {formattedKpis.host} @@ -101,7 +101,7 @@ export const TimelineKPIs = React.memo(({ kpis }: { kpis: TimelineKpiStrategyRes {`${i18n.SOURCE_IP_KPI_TITLE} : `} - + {formattedKpis.sourceIp} @@ -111,7 +111,11 @@ export const TimelineKPIs = React.memo(({ kpis }: { kpis: TimelineKpiStrategyRes {`${i18n.DESTINATION_IP_KPI_TITLE} : `} - + {formattedKpis.destinationIp}