{% block extra_css %}{% endblock %}
Monitor
Server Monitoring v2.0
{% set mon_endpoints = ['main.devices','main.device_detail','main.device_edit','main.logs','main.stats','main.templates'] %} {% set mon_active = request.endpoint in mon_endpoints or (request.endpoint and request.endpoint.startswith('wmt_web')) %}
Monitoring
{% if pending_wmt_count > 0 %}
{{ pending_wmt_count }}
{% endif %}
Devices
Update Requests {% if pending_wmt_count > 0 %}
{{ pending_wmt_count }}
{% endif %} {% if unconfigured_count > 0 %}
{{ unconfigured_count }}
{% endif %}
Client Releases
WMT Settings
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 %}