-
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] Rule name button link #128850
[Security Solution] Rule name button link #128850
Conversation
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.
Thanks!
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Summary
This pr makes it so that the rule detail "link" in the hover actions for timelines and event tables is now an a tag, to allow for right/shift clicking and better affordance with something that takes a user to another page.
![image](https://user-images.githubusercontent.com/56408403/160730934-f6fa51f9-08e0-4919-9655-389d4cd18454.png)
Result:
A lot of this code could be refactored to be a little less repetitive, each of the fields that links via an a tag has it's own very similar component for example, but to fix the bug for one of the more popular a tags in the security solution this pr just follows the existing paradigm.
Resolves: #124306
Checklist