neutron-fwaas-dashboard/neutron_fwaas_dashboard/dashboards/project/firewalls/templates/firewalls/_remove_router_from_firewal...

8 lines
235 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Unselect the routers you want to disassociate from the firewall." %}</p>
{% endblock %}