-
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][Monitor Management] Add locations column to the monitor management table #121454
[Uptime][Monitor Management] Add locations column to the monitor management table #121454
Conversation
030460c
to
8b819cf
Compare
8b819cf
to
89a1365
Compare
Pinging @elastic/uptime (Team:uptime) |
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.
@@ -57,7 +59,9 @@ export const MonitorManagementList = ({ | |||
const columns = [ | |||
{ | |||
align: 'left' as const, | |||
name: 'Monitor name', | |||
name: i18n.translate('xpack.uptime.monitorManagement.monitorList.monitorName', { |
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.
Thanks for catching these.
Why are tags and locations not aligned in your photo? Any way to ensure that both are vertically aligned center. |
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: |
The following labels were identified as gaps in your version labels and will be added automatically:
If any of these should not be on your pull request, please manually remove them. |
💔 Backport failed
To backport manually run: |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Closes #121006
Summary
Adds Locations column to the monitor managements monitors list table.
Screenshots:
Videos:
https://user-images.githubusercontent.com/2748376/146446606-77853eab-0472-4681-9995-dd74671d82a7.mov
How to test this PR locally
Checklist
Delete any items that are not applicable to this PR.
[] Any UI touched in this PR is usable by keyboard only (learn more about keyboard accessibility)For maintainers