From 8d3db70e01fe149fabf4ce8efd0e9e4359f8961f Mon Sep 17 00:00:00 2001 From: bel Date: Sun, 28 Jun 2026 09:33:04 -0600 Subject: [PATCH] botched --- cmd/pinger/index.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/pinger/index.html.tmpl b/cmd/pinger/index.html.tmpl index 4ff7171..d9ce9cd 100644 --- a/cmd/pinger/index.html.tmpl +++ b/cmd/pinger/index.html.tmpl @@ -16,7 +16,7 @@ ELSE 'bad' END AS ok - , ms + , ms AS ms FROM "pinger_pings" ORDER BY start DESC @@ -31,7 +31,7 @@ : "🔴", `${Math.round((new Date() - 1000*{{.start}})/1000.0)}s ago`, new Date(1000*{{.start}}), - `${ms}ms`, + "{{.ms}}ms", ], {{ end }} ]