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

Converted circuits object lists to ObjectListView

This commit is contained in:
Jeremy Stretch
2016-03-04 11:05:00 -05:00
parent 30cbbdeac8
commit 5796d1f385
4 changed files with 17 additions and 54 deletions

View File

@@ -27,7 +27,7 @@
<h1>Providers</h1>
<div class="row">
<div class="col-md-12">
{% include 'circuits/inc/provider_table.html' with table=provider_table %}
{% include 'circuits/inc/provider_table.html' %}
</div>
</div>
{% endblock %}