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

Converted secrets object lists to ObjectListView

This commit is contained in:
Jeremy Stretch
2016-03-04 11:33:15 -05:00
parent d7e2acbae6
commit c036db2677
3 changed files with 12 additions and 22 deletions

View File

@@ -15,7 +15,7 @@
<h1>Secrets</h1>
<div class="row">
<div class="col-md-9">
{% include 'secrets/inc/secret_table.html' with table=secret_table %}
{% include 'secrets/inc/secret_table.html' %}
</div>
<div class="col-md-3">
{% include 'inc/filter_panel.html' %}