Extra columns on Inventory Items and Device Bays #5170

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

Originally created by @sleepinggenius2 on GitHub (Aug 10, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v2.11.10

Python version

3.8

Steps to Reproduce

  1. Navigate to the "Inventory" or "Device Bays" tab of a Device or their respective list views
  2. Click on the "Configure" button

Expected Behavior

"Cable" and "Mark connected" only show as available columns on "connectable" components.

Observed Behavior

"Cable" and "Mark connected" show as available columns for all device components. I believe this is because those fields are defined on DeviceComponentTable, which all the device component tables inherit from.

Originally created by @sleepinggenius2 on GitHub (Aug 10, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v2.11.10 ### Python version 3.8 ### Steps to Reproduce 1. Navigate to the "Inventory" or "Device Bays" tab of a Device or their respective list views 2. Click on the "Configure" button ### Expected Behavior "Cable" and "Mark connected" only show as available columns on "connectable" components. ### Observed Behavior "Cable" and "Mark connected" show as available columns for all device components. I believe this is because those fields are defined on *DeviceComponentTable*, which all the device component tables inherit from.
adam added the type: bugstatus: accepted labels 2025-12-29 19:25:03 +01:00
adam closed this issue 2025-12-29 19:25:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5170