neutron-fwaas-dashboard/neutron_fwaas_dashboard/dashboards/project/firewalls/templates/firewalls/_updatepolicy.html

8 lines
282 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "You may update policy details here. Use 'Insert Rule' or 'Remove Rule' links instead to insert or remove a rule" %}</p>
{% endblock %}