{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}rebuild_instance_form{% endblock %} {% block form_action %}{% url "horizon:monitoring:events:resolve" check client %}{% endblock %} {% block modal_id %}rebuild_instance_modal{% endblock %} {% block modal-header %}{% trans "Resolve Event" %} {{ check.name }}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %} {{ event }}

{% trans "Description" %}:

{% trans "Resolved events will reappear if root cause of problem is not fixed." %}

{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}