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

Fixes #1715: Added missing import buttons on object lists

This commit is contained in:
Jeremy Stretch
2017-11-15 12:52:21 -05:00
parent 0cb3e1749b
commit d888aa67f9
11 changed files with 44 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
<span class="fa fa-plus" aria-hidden="true"></span>
Add a device role
</a>
<a href="{% url 'dcim:devicerole_import' %}" class="btn btn-info">
<span class="fa fa-download" aria-hidden="true"></span>
Import device roles
</a>
{% endif %}
</div>
<h1>{% block title %}Device Roles{% endblock %}</h1>