Skip to content

Commit 269b3d5

Browse files
## [Security Solution] Renames the Investigate in Resolver Timeline action
- Renames the `Investigate in Resolver` Timeline action, a follow-up item from the `What's next?` section of #70111 - Fixes a CSS issue where the icon didn't align with the others for non-default row-heights ## Before ![before-investigate-in-resolver](https://user-images.githubusercontent.com/4459398/86393038-a97eeb80-bc59-11ea-9ba4-449ab20ddd25.png) ## After ![after-analyze-event](https://user-images.githubusercontent.com/4459398/86393050-ad127280-bc59-11ea-8040-7f254b0255b0.png) Desk tested in: - Chrome `83.0.4103.116` - Firefox `78.0.1` - Safari `13.1.1`
1 parent d3c35c7 commit 269b3d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

x-pack/plugins/security_solution/public/timelines/components/timeline/body/translations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ export const COLLAPSE = i18n.translate(
6969
export const ACTION_INVESTIGATE_IN_RESOLVER = i18n.translate(
7070
'xpack.securitySolution.timeline.body.actions.investigateInResolverTooltip',
7171
{
72-
defaultMessage: 'Investigate in Resolver',
72+
defaultMessage: 'Analyze event',
7373
}
7474
);

x-pack/plugins/security_solution/public/timelines/components/timeline/styles.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ export const EventsTrSupplement = styled.div.attrs(({ className = '' }) => ({
204204
export const EventsTdGroupActions = styled.div.attrs(({ className = '' }) => ({
205205
className: `siemEventsTable__tdGroupActions ${className}`,
206206
}))<{ actionsColumnWidth: number }>`
207+
align-items: center;
207208
display: flex;
208209
flex: 0 0 ${({ actionsColumnWidth }) => `${actionsColumnWidth}px`};
209210
min-width: 0;

0 commit comments

Comments
 (0)