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] [Alerting] Adds generic UI for the definition of conditions for Action Groups (#83278) #83896

Merged
merged 1 commit into from
Nov 20, 2020

Commits on Nov 20, 2020

  1. [Alerting] Adds generic UI for the definition of conditions for Actio…

    …n Groups (elastic#83278)
    
    This PR adds two components to aid in creating a uniform UI for specifying the conditions for Action Groups:
    1. `AlertConditions`: A component that generates a container which renders custom component for each Action Group which has had its _conditions_ specified.
    2. `AlertConditionsGroup`: A component that provides a unified container for the Action Group with its name and a button for resetting its condition.
    
    This can be used by any Alert Type to easily create the UI for adding action groups with whichever UI is specific to their component.
    gmmorris committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    16f9ccc View commit details
    Browse the repository at this point in the history