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

Introduce CableBulkImportView

This commit is contained in:
Jeremy Stretch
2018-10-31 17:05:25 -04:00
parent cd243a90d0
commit 55c632ace7
4 changed files with 130 additions and 473 deletions

View File

@@ -180,6 +180,11 @@
<li class="divider"></li>
<li class="dropdown-header">Connections</li>
<li>
{% if perms.dcim.add_cable %}
<div class="buttons pull-right">
<a href="{% url 'dcim:cable_import' %}" class="btn btn-xs btn-info" title="Import"><i class="fa fa-download"></i></a>
</div>
{% endif %}
<a href="{% url 'dcim:cable_list' %}">Cables</a>
</li>
<li>