changes alignment of location column in monitor details view (#54709)

This commit is contained in:
Katrin Freihofner 2020-01-14 14:52:52 +01:00 committed by GitHub
parent 2feba4fa24
commit 45f8ca90a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -121,7 +121,7 @@ exports[`PingList component renders sorted list without errors 1`] = `
"render": [Function],
},
Object {
"align": "center",
"align": "left",
"field": "observer.geo.name",
"name": "Location",
"render": [Function],

View file

@ -139,7 +139,7 @@ export const PingListComponent = ({
),
},
{
align: 'center',
align: 'left',
field: 'observer.geo.name',
name: i18n.translate('xpack.uptime.pingList.locationNameColumnLabel', {
defaultMessage: 'Location',