VirtualMachine Interfaces table configuration modal won't show #5822

Closed
opened 2025-12-29 19:33:11 +01:00 by adam · 1 comment
Owner

Originally created by @hagbarddenstore on GitHub (Dec 21, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.1.2

Python version

3.9

Steps to Reproduce

  1. Go to the Interfaces tab on a VirtualMachine
  2. Click on the Configure Table button

Expected Behavior

The Table Configuration modal is shown

Observed Behavior

The Table Configuration modal is not shown

Originally created by @hagbarddenstore on GitHub (Dec 21, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.1.2 ### Python version 3.9 ### Steps to Reproduce 1. Go to the Interfaces tab on a VirtualMachine 2. Click on the Configure Table button ### Expected Behavior The Table Configuration modal is shown ### Observed Behavior The Table Configuration modal is not shown
adam added the type: bugstatus: accepted labels 2025-12-29 19:33:11 +01:00
adam closed this issue 2025-12-29 19:33:11 +01:00
Author
Owner

@hagbarddenstore commented on GitHub (Dec 21, 2021):

The cause of this is because the name references is incorrect.

In the code, change:

table_modal="VMInterfaceTable_config"

to:

table_modal="VirtualMachineVMInterfaceTable_config"

to fix the error.

@hagbarddenstore commented on GitHub (Dec 21, 2021): The cause of this is because the name references is incorrect. In the code, change: ``` table_modal="VMInterfaceTable_config" ``` to: ``` table_modal="VirtualMachineVMInterfaceTable_config" ``` to fix the error.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5822