File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 } ) ,
You can’t perform that action at this time.
0 commit comments