Added missing import buttons to cables list

This commit is contained in:
Jeremy Stretch 2018-11-20 09:41:38 -05:00
parent ee3ec467e5
commit b18c0055e5

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>