{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}update_vip_form{% endblock %} {% block form_action %}{% url 'horizon:project:loadbalancers:updatevip' vip_id %}{% endblock %} {% block modal-header %}{% trans "Edit VIP" %}{% endblock %} {% block modal-body %}
{% trans "You may update VIP attributes here: edit name, description, pool, session persistence, connection limit or admin state." %}