{% extends "base.html" %} {% block title %}Dashboard — SOVD Admin{% endblock %} {% block content %}

Dashboard

Server Status

Health: checking…

Host: {{ gateway.network.host }}:{{ gateway.network.port }}

Version: {{ gateway.version }}

Entities

{% for et, count in entity_counts.items() %} {% endfor %}
TypeCount
{{ et }} {{ count }} Browse →
{% endblock %}