Right-align IP address column in pings list. (#49449)

This commit is contained in:
Justin Kambic 2019-10-30 11:38:39 -04:00 committed by GitHub
parent b368c6acba
commit 03e3ee67ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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', {