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

8 lines
208 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "You may update firewall details here." %}</p>
{% endblock %}