mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
This commit is contained in:
parent
6c30f40c7b
commit
96757c2a10
2 changed files with 2 additions and 2 deletions
|
@ -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],
|
||||
|
|
|
@ -140,7 +140,7 @@ export const PingListComponent = ({
|
|||
),
|
||||
},
|
||||
{
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
field: 'observer.geo.name',
|
||||
name: i18n.translate('xpack.uptime.pingList.locationNameColumnLabel', {
|
||||
defaultMessage: 'Location',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue