From 2e650c2be8a8a608257641c05f38fc6e8e445dd7 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 4 Jan 2026 13:39:50 -0600 Subject: [PATCH] Add UTC timestamp tooltip to Last Check time Shows the full UTC timestamp when hovering over the relative 'time ago' text on the equipment detail page. Changes: - Wrapped time_ago display in a span with title attribute - Title shows full datetime in UTC format - Added cursor-help class for visual hint that tooltip is available Users can now see both the easy-to-read relative time ('5m ago') and the precise UTC timestamp (2026-01-04 19:30:15Z) by hovering. --- lib/towerops_web/live/equipment_live/show.html.heex | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/towerops_web/live/equipment_live/show.html.heex b/lib/towerops_web/live/equipment_live/show.html.heex index a0018a26..f45c1206 100644 --- a/lib/towerops_web/live/equipment_live/show.html.heex +++ b/lib/towerops_web/live/equipment_live/show.html.heex @@ -54,7 +54,12 @@
Last Check
- {time_ago(@equipment.last_checked_at)} + + {time_ago(@equipment.last_checked_at)} +