Skip to content

Commit

Permalink
Right-align IP address column in pings list. (#49449) (#49747)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic authored Oct 30, 2019
1 parent b0428ab commit 9519dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit 9519dee

Please sign in to comment.