mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-26 15:17:45 -06:00
Converted DCIM object lists to ObjectListView
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<h1>Devices</h1>
|
||||
<div class="row">
|
||||
<div class="col-md-9">
|
||||
{% include 'dcim/inc/device_table.html' with table=device_table %}
|
||||
{% include 'dcim/inc/device_table.html' %}
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="panel panel-default">
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<h1>Racks</h1>
|
||||
<div class="row">
|
||||
<div class="col-md-9">
|
||||
{% include 'dcim/inc/rack_table.html' with table=rack_table %}
|
||||
{% include 'dcim/inc/rack_table.html' %}
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="panel panel-default">
|
||||
|
||||
@@ -26,5 +26,5 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
<h1>Sites</h1>
|
||||
{% render_table site_table 'table.html' %}
|
||||
{% render_table table 'table.html' %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user