[PR #686] [MERGED] #667: Add utilization statistics to RIR list view #12100

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/686
Author: @jeremystretch
Created: 11/11/2016
Status: Merged
Merged: 11/11/2016
Merged by: @jeremystretch

Base: developHead: rir_stats


📝 Commits (5)

📊 Changes

5 files changed (+148 additions, -14 deletions)

View changed files

📝 netbox/ipam/models.py (+20 -10)
📝 netbox/ipam/tables.py (+31 -2)
📝 netbox/ipam/views.py (+79 -2)
📝 netbox/project-static/css/base.css (+3 -0)
📝 netbox/templates/ipam/rir_list.html (+15 -0)

📄 Description

No description provided


🔄 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/686 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 11/11/2016 **Status:** ✅ Merged **Merged:** 11/11/2016 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `rir_stats` --- ### 📝 Commits (5) - [`13cdc44`](https://github.com/netbox-community/netbox/commit/13cdc44cafcf59954fab1b2be407764290f44e2b) #667: Initial work on RIR statistics - [`d891c8c`](https://github.com/netbox-community/netbox/commit/d891c8c98121604fd7dffe8aafd996a8b9bc086d) Incorporated stats into RIR list view - [`a0ee6b0`](https://github.com/netbox-community/netbox/commit/a0ee6b0d58cbc986702e81f44e1ff8f78a37ab3b) Closes #667: Added stats to RIR list view - [`99c2911`](https://github.com/netbox-community/netbox/commit/99c2911a6699863f4a54318c61f552ba0b9e1a05) PEP8 fix - [`f569561`](https://github.com/netbox-community/netbox/commit/f5695619971e3ee8a483e79b99d551d479bb5aae) Another PEP8 fix ### 📊 Changes **5 files changed** (+148 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/models.py` (+20 -10) 📝 `netbox/ipam/tables.py` (+31 -2) 📝 `netbox/ipam/views.py` (+79 -2) 📝 `netbox/project-static/css/base.css` (+3 -0) 📝 `netbox/templates/ipam/rir_list.html` (+15 -0) </details> ### 📄 Description _No description provided_ --- <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:19:37 +01:00
adam closed this issue 2025-12-29 22:19:37 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12100