FHRP Groups table has empty column 'interface' #6177

Closed
opened 2025-12-29 19:37:43 +01:00 by adam · 0 comments
Owner

Originally created by @stephanblanke on GitHub (Mar 6, 2022).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.1.8

Python version

3.9

Steps to Reproduce

  1. Create an FHRP Group
  2. Assign one or more device interfaces
  3. Open /ipam/fhrp-groups/

Expected Behavior

The table column "Interfaces" is always empty. Based on the column name I would expect it to display assigned device interfaces. According to the source code, it should be the interface count. In that case it should probably be named "Members" to be consistent with the FHRPGroupView.

Observed Behavior

The interface column is always empty.

Originally created by @stephanblanke on GitHub (Mar 6, 2022). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.1.8 ### Python version 3.9 ### Steps to Reproduce 1. Create an FHRP Group 2. Assign one or more device interfaces 3. Open /ipam/fhrp-groups/ ### Expected Behavior The table column "Interfaces" is always empty. Based on the column name I would expect it to display assigned device interfaces. According to the source code, it should be the interface count. In that case it should probably be named "Members" to be consistent with the FHRPGroupView. ### Observed Behavior The interface column is always empty.
adam added the type: bugstatus: accepted labels 2025-12-29 19:37:43 +01:00
adam closed this issue 2025-12-29 19:37:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6177