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

Restore actions column under VM interfaces table

This commit is contained in:
jeremystretch
2021-12-15 12:11:20 -05:00
parent 8dbd3f332b
commit fcc7207b67

@ -347,7 +347,7 @@ class VirtualMachineView(generic.ObjectView):
class VirtualMachineInterfacesView(generic.ObjectChildrenView):
queryset = VirtualMachine.objects.all()
child_model = VMInterface
table = tables.VMInterfaceTable
table = tables.VirtualMachineVMInterfaceTable
filterset = filtersets.VMInterfaceFilterSet
template_name = 'virtualization/virtualmachine/interfaces.html'