{% 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 '' }}
{% else %}
No dashboards yet. Create the first one.
{% endfor %}
{% endblock %}