{% 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 %}
{% trans "You may update health monitor attributes here: edit delay, timeout, max retries or admin state." %}