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

Added missing import buttons to cables list

This commit is contained in:
Jeremy Stretch
2018-11-20 09:41:38 -05:00
parent 5ce955a719
commit c29ae9b785

View File

@ -3,6 +3,9 @@
{% block content %}
<div class="pull-right">
{% if perms.dcim.add_cable %}
{% import_button 'dcim:cable_import' %}
{% endif %}
{% export_button content_type %}
</div>
<h1>{% block title %}Cables{% endblock %}</h1>