horizon-cisco-ui/horizon_cisco_ui/cisco/dfa/templates/dfa/_detail_profile_overview.html

19 lines
733 B
HTML

{% load i18n %}
<div class="detail">
<p> {% trans Network Profile is an autoconfiguration template consisting of collection of commands which instantiates day-1 tenant-related configurations on CISCO Nexus switches.<br> Profiles can be added or modified only from DCNM %}</p><br>
<dl class="dl-horizontal">
<dt>{% trans "Profile Name: " %}</dt>
<dd>{{ Profile_Name }}</dd>
<dt>{% trans "Profile Type: " %}</dt>
<dd>{{ Profile_Type }}</dd>
<dt>{% trans "Forwarding Mode: " %}</dt>
<dd>{{ fwding_mode }}</dd>
<dt>{% trans "Description: " %}</dt>
<dd>{{ description }}</dd><br>
<dt>{% trans "Commands: " %}</dt>
<dd>{% autoescape off %}{{ commands }}{% endautoescape %}</dd>
</dl>
</div>