{% extends "base.html" %} {% from 'include/input_macros.html' import checkbox %} {% block content %} {% if user_status == 0 %} {% include 'include/no_sub.html' %} {% elif services == '0' %}

You have not installed Metrics service. Read hear how to install Metrics service

{% else %} {% if servers|length == 0 %} {% include 'include/getstarted.html' %} {% else %} {% if service != 'nginx' %}
Metrics
{% endif %}
Time range:
{% if service != 'nginx' %}
{{ checkbox('hide_http_metrics', desc='Hide HTTP metrics', title='Hide HTTP metrics') }}
{% endif %}
{% for s in servers %} {% if service != 'nginx' %}
{% else %}
{% endif %} {% endfor %} {% endif %} {% endif %} {% endblock %}