horizon-cisco-ui/horizon_cisco_ui/cisco/nexus1000v/templates/nexus1000v/_update_network_profile.html

8 lines
248 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Edit the network profile to update name, segment range or multicast IP range." %}</p>
{% endblock %}