From ca86f769d73920a811c375004e699c027a11c141 Mon Sep 17 00:00:00 2001 From: Walter Rafelsberger Date: Tue, 24 Aug 2021 17:21:36 +0200 Subject: [PATCH 1/3] [ML] Fix tooltip text. --- .../app/correlations/failed_transactions_correlations.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations.tsx b/x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations.tsx index 307dfc556672f..1e75bd2273848 100644 --- a/x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations.tsx +++ b/x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations.tsx @@ -146,7 +146,7 @@ export function FailedTransactionsCorrelations({ 'xpack.apm.correlations.failedTransactions.correlationsTable.failurePercentageDescription', { defaultMessage: - 'Percentage of time the term appear in failed transactions.', + 'Percentage of time the term appears in failed transactions.', } )} > @@ -179,7 +179,7 @@ export function FailedTransactionsCorrelations({ 'xpack.apm.correlations.failedTransactions.correlationsTable.successPercentageDescription', { defaultMessage: - 'Percentage of time the term appear in successful transactions.', + 'Percentage of time the term appears in successful transactions.', } )} > From 1ff06ec18d83513c70ff4037ca24aa8d3c435464 Mon Sep 17 00:00:00 2001 From: Walter Rafelsberger Date: Wed, 25 Aug 2021 15:17:37 +0200 Subject: [PATCH 2/3] [ML] Override to align the sorting arrow at the bottom when histogram charts are enabled. --- .../public/application/components/data_grid/data_grid.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/x-pack/plugins/ml/public/application/components/data_grid/data_grid.scss b/x-pack/plugins/ml/public/application/components/data_grid/data_grid.scss index f6958ef66770e..b445c82b35ff9 100644 --- a/x-pack/plugins/ml/public/application/components/data_grid/data_grid.scss +++ b/x-pack/plugins/ml/public/application/components/data_grid/data_grid.scss @@ -2,4 +2,10 @@ .euiDataGridRowCell--boolean { text-transform: none; } + + // Override to align the sorting arrow at the bottom when histogram charts are enabled + .euiDataGridHeaderCell .euiDataGridHeaderCell__sortingArrow { + margin-top: auto; + margin-bottom: 0; + } } From 5650ad740fbabf085f35db9acbad73fe1549ebeb Mon Sep 17 00:00:00 2001 From: Walter Rafelsberger Date: Wed, 25 Aug 2021 15:23:33 +0200 Subject: [PATCH 3/3] Revert "[ML] Fix tooltip text." This reverts commit ca86f769d73920a811c375004e699c027a11c141. --- .../app/correlations/failed_transactions_correlations.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations.tsx b/x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations.tsx index 1e75bd2273848..307dfc556672f 100644 --- a/x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations.tsx +++ b/x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations.tsx @@ -146,7 +146,7 @@ export function FailedTransactionsCorrelations({ 'xpack.apm.correlations.failedTransactions.correlationsTable.failurePercentageDescription', { defaultMessage: - 'Percentage of time the term appears in failed transactions.', + 'Percentage of time the term appear in failed transactions.', } )} > @@ -179,7 +179,7 @@ export function FailedTransactionsCorrelations({ 'xpack.apm.correlations.failedTransactions.correlationsTable.successPercentageDescription', { defaultMessage: - 'Percentage of time the term appears in successful transactions.', + 'Percentage of time the term appear in successful transactions.', } )} >