"Show IPs" toggling does not work on virtual machines interface table #1955

Closed
opened 2025-12-29 17:20:54 +01:00 by adam · 0 comments
Owner

Originally created by @eriktm on GitHub (Aug 20, 2018).

Environment

  • Python version: 3.6.3
  • NetBox version: 2.4.3

Steps to Reproduce

Create a Virtual Machine, add interfaces and assign IP-addresses.
Then, try to use the "Show IPs" button in the top right corner of the interface table to toggle the sublistings of IP-addresses under the interfaces.

Expected Behavior

The rows of IP-addresses should disappear and re-appear when toggling the button, as happens on Devices.

Observed Behavior

Nothing happens.
This is probably because the Javascript code tries to toggle #interfaces_table tr.ipaddress while the class on the tr is actually in plural as ipaddresses.

Originally created by @eriktm on GitHub (Aug 20, 2018). <!-- NOTE: This form is only for reproducible bugs. If you need assistance with NetBox installation, or if you have a general question, DO NOT open an issue. Instead, post to our mailing list: https://groups.google.com/forum/#!forum/netbox-discuss Please describe the environment in which you are running NetBox. Be sure that you are running an unmodified instance of the latest stable release before submitting a bug report. --> ### Environment * Python version: 3.6.3 * NetBox version: 2.4.3 <!-- Describe in detail the steps that someone else can take to reproduce this bug using the current stable release of NetBox (or the current beta release where applicable). --> ### Steps to Reproduce Create a Virtual Machine, add interfaces and assign IP-addresses. Then, try to use the "Show IPs" button in the top right corner of the interface table to toggle the sublistings of IP-addresses under the interfaces. <!-- What did you expect to happen? --> ### Expected Behavior The rows of IP-addresses should disappear and re-appear when toggling the button, as happens on Devices. <!-- What happened instead? --> ### Observed Behavior Nothing happens. This is probably because the Javascript code tries to toggle `#interfaces_table tr.ipaddress` while the class on the `tr` is actually in plural as `ipaddresses`.
adam added the type: bugstatus: accepted labels 2025-12-29 17:20:54 +01:00
adam closed this issue 2025-12-29 17:20:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1955