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

This commit is contained in:
Katrin Freihofner 2020-01-14 16:21:25 +01:00 committed by GitHub
parent 6c30f40c7b
commit 96757c2a10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -143,7 +143,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

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