{% extends "base.html" %} {% load tools %} {% block footer_scripts %} {% endblock %} {% block base_content %} {% with tool=current_user_data.tools|get_tool:'Thresholds' %} {% include 'nav_header.html' %} {% endwith %} {% if rules %} Add rule
Target | Threshold | Clear | |
---|---|---|---|
{{ rule.target }} | {{ rule.alert }} | {{ rule.clear }} |
Delete this rule? |
No threshold rules defined. Add one.
{% endif %} {% endblock %}