{% block extra_css %}{% endblock %}
Monitor
Server Monitoring v2.0
Device Management
Devices
WMT
WMT Dashboard
WMT Settings
Update Requests {% if pending_wmt_count > 0 %}
{{ pending_wmt_count }}
{% endif %}
WMT Devices
Monitoring
Logs
Templates
Statistics
Automation
Remote Devices
Playbooks
Execute
SSH Setup
Failure Reports
Server
Live Logs
Refresh Data
System Info
Admin
{% block page_title %}Dashboard{% endblock %}
{% if breadcrumbs %}
{% for crumb in breadcrumbs %}
{% if not loop.last %}
{{ crumb.title }}
{% else %} {{ crumb.title }} {% endif %}
{% endfor %}
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}
{% block extra_js %}{% endblock %}