-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Security Solution][Endpoint] Rename Unisolating
and other like words to Releasing
#102582
[Security Solution][Endpoint] Rename Unisolating
and other like words to Releasing
#102582
Conversation
Pinging @elastic/security-onboarding-and-lifecycle-mgt (Team:Onboarding and Lifecycle Mgt) |
@@ -272,7 +272,7 @@ export const EndpointList = () => { | |||
}, | |||
{ | |||
field: 'host_status', | |||
width: '9%', | |||
width: '14%', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank your for adjusting this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it was driving me nuts when there were more than one action pending. we might need to adjust further :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked it out locally on my small mac screen. The common statuses look good, however the multiple pending status case is still cut off.
I think we could still take a bit more width from hostname and/or ips if we wanted to give it more room. The tooltip helps with the multiple pending status, though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
@@ -26,7 +26,7 @@ export const ACTIVITY_LOG = { | |||
unisolatedAction: i18n.translate( | |||
'xpack.securitySolution.endpointDetails.activityLog.logEntry.action.unisolated', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't know if this is necessary but should we also change the id as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe. I left it only because in the code we are still using unisolate
through api's etc.
@paul-tavares also question -- are we only changing the wording for the endpoint list or also for the alert details flyout side as well? |
@parkiino this PR should cover all use cases - including those in the Alert details. If you see something missing let me know and I'll include it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yay thanks for grabbing alert details too!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
…ds to `Releasing` (elastic#102582) * Update all instances of `unisolate` to `release` (along with variation of unisolate) * just width of Agent Status column on endpoint list
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
Summary
Unisolating
and like words toReleasing