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

Converted DCIM object lists to ObjectListView

This commit is contained in:
Jeremy Stretch
2016-03-04 10:35:39 -05:00
parent 7d11cb5f6c
commit 30cbbdeac8
6 changed files with 46 additions and 89 deletions

View File

@@ -26,5 +26,5 @@
{% endif %}
</div>
<h1>Sites</h1>
{% render_table site_table 'table.html' %}
{% render_table table 'table.html' %}
{% endblock %}