horizon/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_insert_rule_to_policy.html
Rob Cresswell f4859a2c4d Refactor modal forms for Firewalls
Refactoring Firewall modals
Based on merged patch: https://review.openstack.org/#/c/123472/

Change-Id: I4cb525364ae1a1c507c46af74bc8c0a7f1eb3ded
Partially-Implements: blueprint form-template-to-view
2015-02-16 19:43:34 +00:00

8 lines
361 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Choose the rule you want to insert. Specify either the rule you want to insert immediately before, or the rule to insert immediately after. If both are specified, the prior takes precedence." %}</p>
{% endblock %}