UI - digging bugs from services, still some work to do

This commit is contained in:
bunkerity
2021-07-09 16:58:55 +02:00
parent 72a09eac6d
commit 3af1b397fa
8 changed files with 49 additions and 70 deletions

View File

@@ -15,6 +15,12 @@
<div class="row justify-content-center">
{% if instances|length == 0 %}
<div class="alert alert-primary text-center">
No instance to show...
</div>
{% endif %}
{% for instance in instances %}
{% set color = "dark" %}
{% if instance["status"] == "up" %}