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

Consolidated to utilities/obj_table.html

This commit is contained in:
Jeremy Stretch
2016-05-16 16:29:08 -04:00
parent 149720d18a
commit a527e0e527
24 changed files with 12 additions and 234 deletions

View File

@@ -27,7 +27,7 @@
<h1>Providers</h1>
<div class="row">
<div class="col-md-12">
{% include 'circuits/inc/provider_table.html' %}
{% include 'utilities/obj_table.html' with bulk_edit_url='circuits:provider_bulk_edit' bulk_delete_url='circuits:provider_bulk_delete' %}
</div>
</div>
{% endblock %}