Hyperlink to rack group in racks listing #4244

Closed
opened 2025-12-29 18:34:12 +01:00 by adam · 0 comments
Owner

Originally created by @candlerb on GitHub (Nov 5, 2020).

Originally assigned to: @jeremystretch on GitHub.

Environment

  • Python version: 3.6.9
  • NetBox version: 2.9.8

Proposed Functionality

This is a trivial one.

Currently under /dcim/racks/, the Name and Site columns have a hyperlink, but the Group column is unlinked.

image

There is no /dcim/rack-groups/<N>/ page to link to, but it could link to /dcim/racks/?group_id=<N> which is what the /dcim/rack-groups/ page uses for each listed rack group.

Use Case

Consistency in presentation; missing hyperlink was unexpected.

Database Changes

None

External Dependencies

None

Originally created by @candlerb on GitHub (Nov 5, 2020). Originally assigned to: @jeremystretch on GitHub. ### Environment * Python version: 3.6.9 * NetBox version: 2.9.8 ### Proposed Functionality This is a trivial one. Currently under `/dcim/racks/`, the `Name` and `Site` columns have a hyperlink, but the `Group` column is unlinked. ![image](https://user-images.githubusercontent.com/44789/98225220-5e991b80-1f4c-11eb-9cb6-6fa6fdbaed86.png) There is no `/dcim/rack-groups/<N>/` page to link to, but it could link to `/dcim/racks/?group_id=<N>` which is what the `/dcim/rack-groups/` page uses for each listed rack group. ### Use Case Consistency in presentation; missing hyperlink was unexpected. ### Database Changes None ### External Dependencies None
adam added the status: acceptedtype: feature labels 2025-12-29 18:34:12 +01:00
adam closed this issue 2025-12-29 18:34:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4244