Display sub-group racks in rack elevation view #3566

Closed
opened 2025-12-29 18:29:55 +01:00 by adam · 1 comment
Owner

Originally created by @ngombert on GitHub (Apr 14, 2020).

Environment

  • Python version: 3.6.9
  • NetBox version: 2.8

Proposed Functionality

Since hierachy has been added for groups, the rack elevation view does show any rack which belong to a sub group. we may want to display all the sub-group racks within that view

Use Case

On the rack elevation view, if a given rackgroup has one or multiple sub-group, thoses groups may be displayed as a new row.

Database Changes

This is purely a ui change

External Dependencies

no new dependency

Originally created by @ngombert on GitHub (Apr 14, 2020). ### Environment * Python version: 3.6.9 * NetBox version: 2.8 ### Proposed Functionality Since hierachy has been added for groups, the rack elevation view does show any rack which belong to a sub group. we may want to display all the sub-group racks within that view <!-- Convey an example use case for your proposed feature. Write from the perspective of a NetBox user who would benefit from the proposed functionality and describe how. ---> ### Use Case On the rack elevation view, if a given rackgroup has one or multiple sub-group, thoses groups may be displayed as a new row. ### Database Changes This is purely a ui change ### External Dependencies no new dependency
adam closed this issue 2025-12-29 18:29:55 +01:00
Author
Owner

@jeremystretch commented on GitHub (Apr 14, 2020):

Since hierachy has been added for groups, the rack elevation view does show any rack which belong to a sub group.

Filtering the rack elevations list by rack group will display all racks immediately within that group as well as all racks within child groups. This uses the same query filter as the regular list view for racks.

@jeremystretch commented on GitHub (Apr 14, 2020): > Since hierachy has been added for groups, the rack elevation view does show any rack which belong to a sub group. Filtering the rack elevations list by rack group will display all racks immediately within that group as well as all racks within child groups. This uses the same query filter as the regular list view for racks.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3566