{% extends "fmd_base.html" %} {% block content %}

Rules

{% for row in rules %} {% endfor %}
Color Rule HTTP Method Endpoint Last requested Monitoring-level*
{{ row.rule }} {{ ", ".join(row.methods) }} {{ row.endpoint }} {{ "{:%Y-%m-%d %H:%M:%S }".format(row.last_accessed) if row.last_accessed }} {{ row.form.monitor(onchange='sendForm("{}", this.value);'.format(row.endpoint)) }}
*Monitoring-level
{{ information|safe }}
{% endblock %} {% block script %} {% endblock %}