Added missing floating IP pool section
Change-Id: I0856dfaea94df23304f76b72843fa7e9786a0152 Closes-Bug: #1364643
This commit is contained in:
parent
fe8309b813
commit
0a81213ab2
@ -14,6 +14,12 @@
|
||||
<dt>{% trans "Flavor" %}</dt>
|
||||
<dd>{{ flavor.name }}</dd>
|
||||
</dl>
|
||||
{% if template.floating_ip_pool %}
|
||||
<dl>
|
||||
<dt>{% trans "Floating IP Pool" %}</dt>
|
||||
<dd>{{ template.floating_ip_pool }}</dd>
|
||||
</dl>
|
||||
{% endif %}
|
||||
<dl>
|
||||
<dt>{% trans "Plugin" %}</dt>
|
||||
<dd><a href="{% url 'horizon:project:data_processing.data_plugins:details' template.plugin_name %}">{{ template.plugin_name }}</a></dd>
|
||||
|
Loading…
Reference in New Issue
Block a user