mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
9 lines
467 B
HTML
9 lines
467 B
HTML
<ul class="nav nav-tabs justify-content-center" style="margin-bottom: 20px">
|
|
<li class="nav-item" role="presentation">
|
|
<a class ="nav-link{% if not active_tab %} active{% endif %}" href="{% url 'dcim:device_import' %}">Racked Devices</a>
|
|
</li>
|
|
<li class="nav-item" role="presentation">
|
|
<a class="nav-link{% if active_tab == 'child_import' %} active{% endif %}" href="{% url 'dcim:device_import_child' %}">Child Devices</a>
|
|
</li>
|
|
</ul>
|