-
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
[Uptime] Update no data available state #112403
Conversation
Pinging @elastic/uptime (Team:uptime) |
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: cc @shahzad31 |
|
||
return ( | ||
<> | ||
<div data-test-subj={noDataConfig ? 'data-missing' : undefined} /> |
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.
What is this for?
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.
This is actually just used for functional testing purpose. The new component which is coming from KIbanaPageTemplate doesn't expose anything in case of no data. So i kep this dataTestSubject to make tests happy.
Perhapsi can rewrite tests to query by text or other css selectors,
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.
* wip * update component * update paths * fix i18n * fix tests * revert uneeded
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
Summary
Fix #111389
Update no data check screen for uptime to use commom observability template
New design doesn't covey the index information, which will be probably handled in a follow up https://github.com/elastic/observability-design/issues/98
After:
Before: