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

add dashboard context menus #490

Conversation

sikhote
Copy link
Contributor

@sikhote sikhote commented Feb 20, 2023

Description

Adds a context menu in the main Dashboard to view and manage alerts

Dependent on this dashboards PR
opensearch-project/OpenSearch-Dashboards#3169

Issues Resolved

#459

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@sikhote sikhote mentioned this pull request Mar 20, 2023
23 tasks
@lezzago lezzago marked this pull request as ready for review March 21, 2023 18:05
@lezzago lezzago requested a review from a team March 21, 2023 18:05
@lezzago
Copy link
Member

lezzago commented Mar 21, 2023

Approving as this is going to be a testing feature branch and will need a proper review before going to main

};

return (
<div className="associated-monitors">
Copy link
Collaborator

@amsiglan amsiglan Mar 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be EuiFlyout instead of div? Or is there a container flyout somewhere else that I missed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, there is a container Flyout that this component is launched within. In the utils/contextMenu/getActions.tsx you can see where the flyout is created.

@lezzago lezzago merged commit 8573f0e into opensearch-project:anywhere-dev Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants