[PR #8329] [MERGED] Adding asdot notation to ASN views #13345

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/8329
Author: @jasonyates
Created: 1/12/2022
Status: Merged
Merged: 1/13/2022
Merged by: @jeremystretch

Base: developHead: 8293-asdot


📝 Commits (3)

  • ea64486 Adding asdot notation to ASN views
  • 85f588e Updating page title to include asdot notation
  • 62fc771 Suggested changes

📊 Changes

3 files changed (+14 additions, -2 deletions)

View changed files

📝 netbox/ipam/models/ip.py (+9 -1)
📝 netbox/ipam/tables/ip.py (+4 -0)
📝 netbox/templates/ipam/asn.html (+1 -1)

📄 Description

Fixes: #8293

Adds custom property to asn model to compute asdot notation if required.
Updates asn view to show asdot notation if one exists in the format xxxxx (yyy.yyy)
Adds a custom column renderer to asn table to display asdot notation if one exists


🔄 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/8329 **Author:** [@jasonyates](https://github.com/jasonyates) **Created:** 1/12/2022 **Status:** ✅ Merged **Merged:** 1/13/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `8293-asdot` --- ### 📝 Commits (3) - [`ea64486`](https://github.com/netbox-community/netbox/commit/ea644868a6c072c8131c9b3e16071e3a54569d73) Adding asdot notation to ASN views - [`85f588e`](https://github.com/netbox-community/netbox/commit/85f588e8c9965193b3b037fab1c65b473fd6665e) Updating page title to include asdot notation - [`62fc771`](https://github.com/netbox-community/netbox/commit/62fc7717c84a31a9a83cae4af25d26cbea128828) Suggested changes ### 📊 Changes **3 files changed** (+14 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/models/ip.py` (+9 -1) 📝 `netbox/ipam/tables/ip.py` (+4 -0) 📝 `netbox/templates/ipam/asn.html` (+1 -1) </details> ### 📄 Description ### Fixes: #8293 Adds custom property to asn model to compute asdot notation if required. Updates asn view to show asdot notation if one exists in the format xxxxx (yyy.yyy) Adds a custom column renderer to asn table to display asdot notation if one exists --- <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:26:53 +01:00
adam closed this issue 2025-12-29 22:26:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13345