{% extends "base.html" %} {% block title %}Dashboards - MikroMon{% endblock %} {% block content %}

Dashboards

Your monitoring dashboards
New dashboard
{% for d in dashboards %}
{{ d.name }}
{{ d.description or '' }}
{{ d.widgets_count }} widgets {{ d.devices_count }} devices {{ d.charts_count }} charts {{ d.tables_count }} tables
{% else %}
No dashboards yet. Create the first one.
{% endfor %}
{% endblock %}