[PR #9067] [MERGED] Limit amount of nonracked devices displayed #13427

Closed
opened 2025-12-29 22:27:21 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/9067
Author: @jasonyates
Created: 4/7/2022
Status: Merged
Merged: 4/12/2022
Merged by: @jeremystretch

Base: developHead: FR8920-nonrackeddevices


📝 Commits (3)

  • c3d9910 Limit amount of nonracked devices displayed
  • 2781b85 Update nonracked_devices.html
  • 23fddf7 Updating to use a single queryset

📊 Changes

2 files changed (+47 additions, -29 deletions)

View changed files

📝 netbox/dcim/views.py (+6 -2)
📝 netbox/templates/dcim/inc/nonracked_devices.html (+41 -27)

📄 Description

Fixes #8920

Limits the amount of non-racked devices on Site and Location view to 10 and provides a link to the device list this is pre-filtered to the relevant site or location.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/9067 **Author:** [@jasonyates](https://github.com/jasonyates) **Created:** 4/7/2022 **Status:** ✅ Merged **Merged:** 4/12/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `FR8920-nonrackeddevices` --- ### 📝 Commits (3) - [`c3d9910`](https://github.com/netbox-community/netbox/commit/c3d9910e082f5878a9312c0ee18cadd5b7f8a671) Limit amount of nonracked devices displayed - [`2781b85`](https://github.com/netbox-community/netbox/commit/2781b8535cd20b38afca75815d02dbebc4a195c2) Update nonracked_devices.html - [`23fddf7`](https://github.com/netbox-community/netbox/commit/23fddf74b6e07a8d15985f380dff23f8563a6a16) Updating to use a single queryset ### 📊 Changes **2 files changed** (+47 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/views.py` (+6 -2) 📝 `netbox/templates/dcim/inc/nonracked_devices.html` (+41 -27) </details> ### 📄 Description Fixes #8920 Limits the amount of non-racked devices on Site and Location view to 10 and provides a link to the device list this is pre-filtered to the relevant site or location. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:27:21 +01:00
adam closed this issue 2025-12-29 22:27:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13427