mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
bafeb13be5
commit
45559b5c8a
2 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ exports[`PingList component renders sorted list without errors 1`] = `
|
|||
"render": [Function],
|
||||
},
|
||||
Object {
|
||||
"align": "left",
|
||||
"align": "right",
|
||||
"dataType": "number",
|
||||
"field": "monitor.ip",
|
||||
"name": "IP",
|
||||
|
|
|
@ -151,7 +151,7 @@ export const PingListComponent = ({
|
|||
render: (location: string) => <LocationName location={location} />,
|
||||
},
|
||||
{
|
||||
align: 'left',
|
||||
align: 'right',
|
||||
dataType: 'number',
|
||||
field: 'monitor.ip',
|
||||
name: i18n.translate('xpack.uptime.pingList.ipAddressColumnLabel', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue