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

This commit is contained in:
Justin Kambic 2019-10-30 16:03:30 -04:00 committed by GitHub
parent bafeb13be5
commit 45559b5c8a
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', {