Skip to content

Commit ae5788d

Browse files
committed
adjust column sizes to account for actions column
1 parent 42c96a4 commit ae5788d

File tree

1 file changed

+3
-2
lines changed
  • x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view

1 file changed

+3
-2
lines changed

x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view/index.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ export const EndpointList = () => {
283283
},
284284
{
285285
field: 'host_status',
286-
width: '10%',
286+
width: '9%',
287287
name: i18n.translate('xpack.securitySolution.endpoint.list.hostStatus', {
288288
defaultMessage: 'Agent Status',
289289
}),
@@ -328,7 +328,7 @@ export const EndpointList = () => {
328328
},
329329
{
330330
field: 'metadata.Endpoint.policy.applied',
331-
width: '10%',
331+
width: '9%',
332332
name: i18n.translate('xpack.securitySolution.endpoint.list.policyStatus', {
333333
defaultMessage: 'Policy Status',
334334
}),
@@ -403,6 +403,7 @@ export const EndpointList = () => {
403403
},
404404
{
405405
field: '',
406+
width: '5%',
406407
name: i18n.translate('xpack.securitySolution.endpoint.list.actions', {
407408
defaultMessage: 'Actions',
408409
}),

0 commit comments

Comments
 (0)