Skip to content

Commit

Permalink
adjust column sizes to account for actions column
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog committed Sep 14, 2020
1 parent 42c96a4 commit ae5788d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export const EndpointList = () => {
},
{
field: 'host_status',
width: '10%',
width: '9%',
name: i18n.translate('xpack.securitySolution.endpoint.list.hostStatus', {
defaultMessage: 'Agent Status',
}),
Expand Down Expand Up @@ -328,7 +328,7 @@ export const EndpointList = () => {
},
{
field: 'metadata.Endpoint.policy.applied',
width: '10%',
width: '9%',
name: i18n.translate('xpack.securitySolution.endpoint.list.policyStatus', {
defaultMessage: 'Policy Status',
}),
Expand Down Expand Up @@ -403,6 +403,7 @@ export const EndpointList = () => {
},
{
field: '',
width: '5%',
name: i18n.translate('xpack.securitySolution.endpoint.list.actions', {
defaultMessage: 'Actions',
}),
Expand Down

0 comments on commit ae5788d

Please sign in to comment.