From c29ae9b785b65c07b4c2e18b301f7c0e9df1edf3 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 20 Nov 2018 09:41:38 -0500 Subject: [PATCH] Added missing import buttons to cables list --- netbox/templates/dcim/cable_list.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netbox/templates/dcim/cable_list.html b/netbox/templates/dcim/cable_list.html index 255a4b113..07336e78c 100644 --- a/netbox/templates/dcim/cable_list.html +++ b/netbox/templates/dcim/cable_list.html @@ -3,6 +3,9 @@ {% block content %}
+ {% if perms.dcim.add_cable %} + {% import_button 'dcim:cable_import' %} + {% endif %} {% export_button content_type %}

{% block title %}Cables{% endblock %}