From c889e599b2c27e2966a5b46817d7fa3f397bcd74 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 20 Jan 2026 05:35:34 -0800 Subject: feat: Add hide_ping option to hide response time --- internal/server/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/server/templates') diff --git a/internal/server/templates/index.html b/internal/server/templates/index.html index 0e36c16..62a56b4 100644 --- a/internal/server/templates/index.html +++ b/internal/server/templates/index.html @@ -95,7 +95,7 @@ {{.Type}}
- {{formatDuration .ResponseTime}} + {{if not .HidePing}}{{formatDuration .ResponseTime}}{{end}} {{if gt .SSLDaysLeft 0}} SSL: {{.SSLDaysLeft}}d {{end}} -- cgit v1.2.3