From 9ad39a16b758733ba9580760774ac8e29ee57ba1 Mon Sep 17 00:00:00 2001 From: Tine Date: Thu, 22 Feb 2024 20:56:11 +0100 Subject: [PATCH] feat(index): unknown is healthy --- web/templates/pages/index.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/pages/index.tmpl b/web/templates/pages/index.tmpl index b4994c3..32a5e0d 100644 --- a/web/templates/pages/index.tmpl +++ b/web/templates/pages/index.tmpl @@ -51,7 +51,7 @@ {{ else }} - {{ if eq .Status "SUCCESS" }} + {{ if or (eq .Status "UNKNOWN") (eq .Status "SUCCESS") }}

All services are online