mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 07:43:33 +00:00
feat(index): unknown is healthy
This commit is contained in:
parent
71ca6a9a73
commit
9ad39a16b7
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue