elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.6k stars 8.21k forks source link

[RAM] rules list notify column for scheduled snooze hover tooltip should give the time along with the date #135055

Open EricDavisX opened 2 years ago

EricDavisX commented 2 years ago

Feb 6 2024 update: see https://github.com/elastic/kibana/issues/135055#issuecomment-1930382603

Kibana version: 8.4-snapshot - commit: e0446dac822f55f75c1d97b6d9c3f4647c445973 new feature work in 8.4

Browser version: Firefox and Chrome latest on macOS

Original install method (e.g. download page, yum, from source, etc.): cloud-production install to europe-west1 region gcp

Describe the bug: when using the mouse-over hover to show a tool tip, we usually want to show more info than was in the icon/image being hovered over. we show the date currently, ideally, we'd show the time as well

Steps to reproduce:

  1. create an arbitrary stack rule (use ml-qa repo env-bootstrap 'rac' call if you like)
  2. access the snooze schedule dialog and use the defaults and save the schedule
  3. back on rules list, hover over the 'notify' column snooze schedule calendar icon and see the tooltip.

Expected behavior: 1) can we dd in more to this tooltip to show what time the snooze is starting please?

Screenshots (if relevant):

notifications-hover

Errors in browser console (if relevant): n/a

other info: borderline not a 'bug' - but if we have the tooltip, why doesn't it have more info than what was already displayed?

elasticmachine commented 2 years ago

Pinging @elastic/response-ops (Team:ResponseOps)

Zacqary commented 8 months ago

Moving this back to triage. A PR for this was opened but got lost in the review backlog and never merged: https://github.com/elastic/kibana/pull/136938

Expected results are: Image

This seems like a small fix, we should try to get it done again. Possibly port over the code from the closed PR to be compatible with the latest Kibana version.