{% if auto_refresh_enabled %}
{%- endif %}
Argos monitoring
{% if request.url.remove_query_params('msg') != url_for('login_view') %}
Menu
Dashboard
Domains
Agents
{% set unauthenticated_access = request.app.state.config.general.unauthenticated_access %} {% if (user is defined and user is not none) or unauthenticated_access == "all" %}
Reschedule non-ok checks
{% endif %} {% if user is defined and user is not none %}
Logout
{% elif unauthenticated_access != "all" %}
Login
{% endif %}
{% endif %}
{% block title %} {% endblock title %}
{% block content %} {% endblock content %}
{% if request.url.remove_query_params('msg') != url_for('login_view') %} {% endif %}