{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}update_monitor_form{% endblock %} {% block form_action %}{% url 'horizon:project:loadbalancers:updatemonitor' monitor_id %}{% endblock %} {% block modal-header %}{% trans "Edit Monitor" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans "You may update health monitor attributes here: edit delay, timeout, max retries or admin state." %}

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