-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Feature/issue 44550 new details panel and location map #50518
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
Feature/issue 44550 new details panel and location map #50518
Conversation
💔 Build Failed |
…into feature/issue-44550--new-details-panel-and-location-map
…nel' into feature/issue-44550--new-details-panel-and-location-map
💔 Build Failed |
|
Pinging @elastic/uptime (Team:uptime) |
💔 Build Failed |
💔 Build Failed |
|
Some initial thoughts after loading up this patch:
|
Eventually it should look like this, so space will be mitigated in upcoming PR. |
justinkambic
left a comment
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.
Left some minor comments and questions, but on the whole this LGTM! Great work!
...legacy/plugins/uptime/public/components/functional/location_map/embeddables/embedded_map.tsx
Show resolved
Hide resolved
x-pack/legacy/plugins/uptime/server/lib/adapters/monitors/elasticsearch_monitors_adapter.ts
Show resolved
Hide resolved
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
…#53095) * Feature/issue 44550 new details panel and location map (#50518) * update * added an embeddable maps * update map config * added options to disable zoom, hide tool tips, widgets/overlays in embeddable maps * added options to disable zoom, hide tool tips, widgets/overlays in embeddable maps * added bool option to hide header * revert panel changes * update panel * update map * added disable interactive * update uptime embeddable * update redux state and removed widget over lay hiding * refactor widget overlay prop * update layout * update rest API * remove maps code * update components * update up/down points on map * update snaps * fixed type * update request * update request to include rnage * fix tests * utilize newly added setLayers method * remove unused code * refactor code * Remove unused code



Summary
Resolves #51449
This PR will add location map to details page to display each observer location on the map.
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers