-
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
[Synthetics] Fix TLS cert view for > 3 monitors per cert #186204
[Synthetics] Fix TLS cert view for > 3 monitors per cert #186204
Conversation
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
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.
The patch LGTM. The only concert I have is what you mentioned already with the layout.
Thank you for the review @kpatticha. I have created #186391 to track the design concern, as for certain users this is definitely going to be an issue in the future. |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
) ## Summary Resolves elastic#183985. This patch makes it so we can see more than three monitors per cert in the TLS page of Synthetics. I've set the default limit to the round number of 100. Realistically, users could have more than 100 monitors for the same cert, but also realistically, this page would need a layout overhaul to display that many monitors in a single row as well. ### Before <img width="1414" alt="image" src="https://github.com/elastic/kibana/assets/18429259/26357eee-b909-407a-af61-a61b5033e899"> ### After <img width="1412" alt="image" src="https://github.com/elastic/kibana/assets/18429259/51f47e4e-7b5b-4fa6-b20c-90344c0c6912"> ## Testing this PR Follow the simple repro instructions in the linked issue. On `main`, you should only see 3 or less monitors. On this branch, you should see all monitors.
Summary
Resolves #183985.
This patch makes it so we can see more than three monitors per cert in the TLS page of Synthetics.
I've set the default limit to the round number of 100. Realistically, users could have more than 100 monitors for the same cert, but also realistically, this page would need a layout overhaul to display that many monitors in a single row as well.
Before
After
Testing this PR
Follow the simple repro instructions in the linked issue. On
main
, you should only see 3 or less monitors. On this branch, you should see all monitors.