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

Dashboard

Tenant: {{ tenant }} — Namespace: device-connect.{{ tenant }}.>

Credentials Created
{{ creds_count }}
Devices Online
{{ online_count }}
Devices Registered
{{ registered_count }}
{% if not readonly %} Create Device Download All Credentials {% endif %}

Live Devices

Auto-refreshing
Loading devices...
{% endblock %}