Skip to content
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

[7.x] [SIEM][Exceptions] - ExceptionsViewer UI component part 2 (#68294) #68729

Merged
merged 1 commit into from
Jun 10, 2020

Commits on Jun 10, 2020

  1. [SIEM][Exceptions] - ExceptionsViewer UI component part 2 (elastic#68294

    )
    
    ### Summary 
    
    This PR is a follow up to elastic#68027 . It brings it all together to complete the exceptions viewer component. This component is meant to display all exception items and allow a user to create, edit, delete, and search these exception items.
    
    - Moves ExceptionItem (from part 1) into its own folder
    - Adds exceptions_viewer_header component that includes the search, list toggle, and add exception buttons
    - Adds actual ExceptionViewer component
    - Updates the useExceptionList hook refresh function logic. Noticed that the previous version was creating some issues
    yctercero committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    6d42b7d View commit details
    Browse the repository at this point in the history