Alerts Status on clusters listing page (#87969)

This commit is contained in:
igoristic 2021-01-12 11:06:48 -05:00 committed by GitHub
parent 48efd29a53
commit ef441cca24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@ const getColumns = (
},
{
name: i18n.translate('xpack.monitoring.cluster.listing.statusColumnTitle', {
defaultMessage: 'Status',
defaultMessage: 'Alerts Status',
}),
field: 'status',
'data-test-subj': 'alertsStatus',