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

Update cluster VM/device views to use ObjectChildrenView

This commit is contained in:
jeremystretch
2021-12-14 14:08:44 -05:00
parent c795068a78
commit 59ee30f056
3 changed files with 14 additions and 20 deletions

View File

@@ -12,7 +12,7 @@
<form action="{% url 'virtualization:cluster_remove_devices' pk=object.pk %}" method="post">
{% csrf_token %}
<div class="card-body table-responsive">
{% render_table devices_table 'inc/table.html' %}
{% render_table table 'inc/table.html' %}
</div>
{% if perms.virtualization.change_cluster %}
<div class="card-footer noprint">

View File

@@ -10,7 +10,7 @@
Virtual Machines
</h5>
<div class="card-body table-responsive">
{% render_table virtualmachines_table 'inc/table.html' %}
{% render_table table 'inc/table.html' %}
</div>
</div>
</div>