{% block extra_css %}{% endblock %}
Monitor
Server Monitoring v2.0
WMT
{% if pending_wmt_count > 0 %}
{{ pending_wmt_count }}
{% endif %}
Dashboard
Devices
Update Requests {% if pending_wmt_count > 0 %}
{{ pending_wmt_count }}
{% endif %}
Client Releases
Settings
{% set lv_active = request.endpoint in ['main.devices','main.device_edit','main.device_detail','main.logs','main.templates','main.stats'] %}
Live View
Device Health
Logs
Statistics
Templates
{% set auto_active = request.endpoint and request.endpoint.startswith('ansible_web') %}
Automation
Remote Devices
Playbooks
Execute
SSH Setup
Failure Reports
Admin
Dark Mode
{% 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 %}