{% extends "base.html" %} {% block content %} {% include 'promgen/breadcrumb.html' with rule=rule active='New Rule' only %} {% if form.non_field_errors %}
Errors
{% for error in form.non_field_errors %}
{{ error|linebreaks }}
{% endfor %}
{% endif %}
{% csrf_token %} {% include 'promgen/rule_form_block.html' %}
Import Rule

Copy and Paste a rule from a different Prometheus server

{% csrf_token %}
{% endblock %}