1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #8692: Restore misisng tabs under cluster, VM views

This commit is contained in:
jeremystretch
2022-02-22 09:35:21 -05:00
parent 5f92ed492b
commit 7c937bf8b8
2 changed files with 2 additions and 10 deletions

View File

@@ -16,10 +16,7 @@
{% endif %}
{% endblock %}
{% block tab_items %}
<li class="nav-item" role="presentation">
<a class="nav-link{% if not active_tab %} active{% endif %}" href="{{ object.get_absolute_url }}">Virtual Machine</a>
</li>
{% block extra_tabs %}
{% with interface_count=object.interfaces.count %}
{% if interface_count %}
<li class="nav-item" role="presentation">