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