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

Allow import/export of rack groups (#1347)

This commit is contained in:
Faidon Liambotis
2017-07-18 02:04:54 +03:00
parent fbc5e74318
commit beb91559e5
7 changed files with 47 additions and 1 deletions

View File

@@ -10,7 +10,12 @@
<span class="fa fa-plus" aria-hidden="true"></span>
Add a rack group
</a>
<a href="{% url 'dcim:rackgroup_import' %}" class="btn btn-info">
<span class="fa fa-download" aria-hidden="true"></span>
Import rack groups
</a>
{% endif %}
{% include 'inc/export_button.html' with obj_type='rackgroups' %}
</div>
<h1>Rack Groups</h1>
<div class="row">