[APM| Change correlations table actions and title (#93917)

* [APM] Change filter icons
* [APM] Change filter heading
This commit is contained in:
Casper Hübertz 2021-03-08 14:38:36 +01:00 committed by GitHub
parent 8fa917c920
commit ef02d1cf2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,7 @@ export function CorrelationsTable<T extends SignificantTerm>({
'xpack.apm.correlations.correlationsTable.filterDescription',
{ defaultMessage: 'Filter by value' }
),
icon: 'magnifyWithPlus',
icon: 'plusInCircle',
type: 'icon',
onClick: (term: T) => {
push(history, {
@ -139,7 +139,7 @@ export function CorrelationsTable<T extends SignificantTerm>({
'xpack.apm.correlations.correlationsTable.excludeDescription',
{ defaultMessage: 'Filter out value' }
),
icon: 'magnifyWithMinus',
icon: 'minusInCircle',
type: 'icon',
onClick: (term: T) => {
push(history, {
@ -156,7 +156,7 @@ export function CorrelationsTable<T extends SignificantTerm>({
],
name: i18n.translate(
'xpack.apm.correlations.correlationsTable.actionsLabel',
{ defaultMessage: 'Actions' }
{ defaultMessage: 'Filter' }
),
render: (_: any, term: T) => {
return (