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

[Monitoring] Added safeguard for some EUI components #53231

Closed
wants to merge 1 commit into from

Conversation

igoristic
Copy link
Contributor

Resolves #52697

This resolves some error/warnings when click on initial no data Metricbeat setup

This was either introduced by https://github.com/elastic/kibana/pull/51100/files#diff-2b7cce7f9c72c72b15f65c30b0aeb499 or EuiToolTip making content prop required

@igoristic igoristic added bug Fixes for quality problems that affect the customer experience release_note:fix Team:Monitoring Stack Monitoring team v8.0.0 v7.6.0 labels Dec 16, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/stack-monitoring (Team:Monitoring)

@igoristic igoristic requested review from a team as code owners December 17, 2019 17:36
@@ -29,3 +29,7 @@ export interface TopNavMenuData {
disableButton?: boolean | (() => boolean);
tooltip?: string | (() => string);
}

export interface RegisteredTopNavMenuData extends TopNavMenuData {
Copy link
Contributor

Choose a reason for hiding this comment

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

I suspect you have some unrelated commits in this PR

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Indeed. I wrote in #kibana about this boo boo, trying to fix it now.

Sorry for the inconvenience

@igoristic igoristic removed request for a team December 17, 2019 18:15
@igoristic igoristic closed this Dec 17, 2019
@igoristic igoristic deleted the mb_setup_fix branch December 17, 2019 18:20
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

History

  • 💚 Build #16182 succeeded d6d64b5654c2efe3d8be4e6c748998da34b7f503
  • 💔 Build #16181 failed 5fe75aedd941f4e2906d2f5d0979c3468fe47d20
  • 💔 Build #15943 failed 8a0bfc2ec6e61578080476cb1a7886d59e8319e6

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@timroes timroes removed the 7.5.2 label Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience release_note:fix Team:Monitoring Stack Monitoring team v7.6.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Monitoring] Initial setup mode with metricbeat migration is broken
5 participants