feat(index): unknown is healthy

This commit is contained in:
Tine 2024-02-22 20:56:11 +01:00
parent 71ca6a9a73
commit 9ad39a16b7
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -51,7 +51,7 @@
</div> </div>
</section> </section>
{{ else }} {{ else }}
{{ if eq .Status "SUCCESS" }} {{ if or (eq .Status "UNKNOWN") (eq .Status "SUCCESS") }}
<div class="flex flex-col items-center"> <div class="flex flex-col items-center">
<svg class="feather h-20 w-20 rounded-full bg-green-300 p-4 overflow-visible"><use href="/static/icons/feather-sprite.svg#check" /></svg> <svg class="feather h-20 w-20 rounded-full bg-green-300 p-4 overflow-visible"><use href="/static/icons/feather-sprite.svg#check" /></svg>
<h1 class="text-slate-500 mt-4">All services are online</h1> <h1 class="text-slate-500 mt-4">All services are online</h1>