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