Monitores, herramientas y pruebas
Tables
{% for table in tables %}
-
{{ table.title }}{{ table.status }}
{% else %}
- --
{% endfor %}
Cabinets
{% for cabinet in cabinets %}
-
{{ cabinet.title }}{{ cabinet.status }}
{% else %}
- --
{% endfor %}
Monitors
{% for monitor in monitors %}
-
{{ monitor.title }}{{ monitor.status }}
{% else %}
- --
{% endfor %}
Tools
{% for tool in tools %}
-
{% if tool.type == 'app' and tool.url %}
{{ tool.title }}
{% else %}
{{ tool.title }}
{% if tool.cli %}
{{ tool.cli }}{% endif %} {% endif %}
{{ tool.status }}
{% else %}
- --
{% endfor %}
/health