|
|
@@ -4,7 +4,7 @@
|
|
|
<li role="presentation"{% if active_tab == 'add' %} class="active"{% endif %}>
|
|
|
<a href="{% url 'ipam:ipaddress_add' %}{% querystring request %}">New IP</a>
|
|
|
</li>
|
|
|
- {% if 'interface' in request.GET %}
|
|
|
+ {% if 'interface' in request.GET or 'vminterface' in request.GET %}
|
|
|
<li role="presentation"{% if active_tab == 'assign' %} class="active"{% endif %}>
|
|
|
<a href="{% url 'ipam:ipaddress_assign' %}{% querystring request %}">Assign IP</a>
|
|
|
</li>
|