@@ -10,6 +10,10 @@
<span class="fa fa-plus" aria-hidden="true"></span>
Add a circuit
</a>
+ <a href="{% url 'circuits:circuit_import' %}" class="btn btn-info">
+ <span class="fa fa-download" aria-hidden="true"></span>
+ Import circuits
+ </a>
{% endif %}
{% include 'inc/export_button.html' with obj_type='circuits' %}
</div>
@@ -9,6 +9,10 @@
Add a provider
+ <a href="{% url 'circuits:provider_import' %}" class="btn btn-info">
+ Import providers
{% include 'inc/export_button.html' with obj_type='providers' %}
@@ -11,6 +11,10 @@
Add an aggregate
+ <a href="{% url 'ipam:aggregate_import' %}" class="btn btn-info">
+ Import aggregates
{% include 'inc/export_button.html' with obj_type='aggregates' %}
Add a tenant
+ <a href="{% url 'tenancy:tenant_import' %}" class="btn btn-info">
+ Import tenants
{% include 'inc/export_button.html' with obj_type='tenants' %}