Add list of racked devices on a Site page #7195

Closed
opened 2025-12-29 20:20:21 +01:00 by adam · 2 comments
Owner

Originally created by @fatman00 on GitHub (Nov 3, 2022).

NetBox version

v3.3.5

Feature type

New functionality

Proposed functionality

When looking at the page for sites there is a widget with all the Non-Racked Devices. It would be great if the page also included a widget with all the racked devices as well.

Use case

When looking at a site page right now it only shows a view of all the non-racked devices. If all devices on the site is racked it is not easy to find them.

Database changes

No response

External dependencies

No response

Originally created by @fatman00 on GitHub (Nov 3, 2022). ### NetBox version v3.3.5 ### Feature type New functionality ### Proposed functionality When looking at the page for sites there is a widget with all the Non-Racked Devices. It would be great if the page also included a widget with all the racked devices as well. ### Use case When looking at a site page right now it only shows a view of all the non-racked devices. If all devices on the site is racked it is not easy to find them. ### Database changes _No response_ ### External dependencies _No response_
adam added the type: feature label 2025-12-29 20:20:21 +01:00
adam closed this issue 2025-12-29 20:20:21 +01:00
Author
Owner

@ZPrimed commented on GitHub (Nov 16, 2022):

I think this may be done on purpose, as listing all Racked devices on a Site could be pretty large list. Since NetBox is intended as a DCIM, and most data centers are generally centered around Racks, I believe the intent is that you would click on the "Racks" section of a Site in order to drill into the Devices. I believe Non-Racked devices are explicitly called out explicitly because they aren't in Racks.

If you truly want to see a list of all Devices for a Site, there are other ways to get that information (e.g. filtering from inside the Devices view), instead of trying to show all of those Devices on the Site Overview page.

Note that the Non-Racked Devices "widget" limits itself to 10 devices, too... so unless you've got a relatively small site, you're probably going to overflow a hypothetical "Racked Devices" widget.

@ZPrimed commented on GitHub (Nov 16, 2022): I think this _may_ be done on purpose, as listing all Racked devices on a Site could be pretty large list. Since NetBox is intended as a DCIM, and most data centers are generally centered around Racks, I believe the intent is that you would click on the "Racks" section of a Site in order to drill into the Devices. I believe Non-Racked devices are explicitly called out explicitly because they _aren't_ in Racks. If you truly want to see a list of all Devices for a Site, there are other ways to get that information (e.g. filtering from inside the Devices view), instead of trying to show all of those Devices on the Site Overview page. Note that the Non-Racked Devices "widget" limits itself to 10 devices, too... so unless you've got a relatively small site, you're probably going to overflow a hypothetical "Racked Devices" widget.
Author
Owner

@jeremystretch commented on GitHub (Nov 16, 2022):

There are many types of objects that can be assigned to a site: location, rack, device, VM, etc. Embedding a table for each of these on the site view would be extremely slow and cumbersome. This is why we instead show the count of each object type with a link to the filtered list view for each.

@jeremystretch commented on GitHub (Nov 16, 2022): There are many types of objects that can be assigned to a site: location, rack, device, VM, etc. Embedding a table for each of these on the site view would be extremely slow and cumbersome. This is why we instead show the count of each object type with a link to the filtered list view for each.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7195