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 }} ]