From 275560698fefe079421a9d549602a8e1fd4c1a07 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Tue, 21 Dec 2021 14:10:12 -0500 Subject: [PATCH] Fixes #8139: Fix rendering of table configuration form under VM interfaces view --- docs/release-notes/version-3.1.md | 1 + netbox/templates/virtualization/virtualmachine/interfaces.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/version-3.1.md b/docs/release-notes/version-3.1.md index 5d445959e..40abe7e15 100644 --- a/docs/release-notes/version-3.1.md +++ b/docs/release-notes/version-3.1.md @@ -15,6 +15,7 @@ * [#8127](https://github.com/netbox-community/netbox/issues/8127) - Fix disassociation of interface under IP address edit view * [#8131](https://github.com/netbox-community/netbox/issues/8131) - Restore annotation of available IPs under prefix IPs view * [#8134](https://github.com/netbox-community/netbox/issues/8134) - Fix bulk editing of objects within dynamic tables +* [#8139](https://github.com/netbox-community/netbox/issues/8139) - Fix rendering of table configuration form under VM interfaces view --- diff --git a/netbox/templates/virtualization/virtualmachine/interfaces.html b/netbox/templates/virtualization/virtualmachine/interfaces.html index cbfec8172..6b3e70c7f 100644 --- a/netbox/templates/virtualization/virtualmachine/interfaces.html +++ b/netbox/templates/virtualization/virtualmachine/interfaces.html @@ -5,7 +5,7 @@ {% block content %}
{% csrf_token %} - {% include 'inc/table_controls_htmx.html' with table_modal="VMInterfaceTable_config" %} + {% include 'inc/table_controls_htmx.html' with table_modal="VirtualMachineVMInterfaceTable_config" %}