Browse Source

Added missing import buttons to cables list

Jeremy Stretch 7 years ago
parent
commit
c29ae9b785
1 changed files with 3 additions and 0 deletions
  1. 3 0
      netbox/templates/dcim/cable_list.html

+ 3 - 0
netbox/templates/dcim/cable_list.html

@@ -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>