dccd
v{{ version }}
Dashboard
Data
{% set collect = [('/historical', 'Historical'), ('/live', 'Live')] %} {% set system = [('/logs', 'Logs'), ('/config', 'Config'), ('/storage', 'Storage')] %}
Collect ▾
{% for href, text in collect %}
{{ text }}
{% endfor %}
System ▾
{% for href, text in system %}
{{ text }}
{% endfor %}
{% if authed %}
Logout
{% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}