sensu / web

Open-source Web UI for Sensu Go clusters
MIT License
30 stars 22 forks source link

Event detail "run at" and "issued at" precision for <1min interval checks. #353

Closed agoddard closed 3 years ago

agoddard commented 3 years ago

The Event detail page only shows precision down to hours/minutes. When checks are scheduled with a short interval (e.g. every few seconds), the "issued at" and "ran at" lack precision to show this. It would be great to allow precision down to seconds in the event detail page "issued at" and "run at" fields.

agm650 commented 3 years ago

I think I found where to update the code in order to get the second displayed in both field

is it ok if its done like this by default? or do you need some configuration to control this behavior?