[PR #1211] [CLOSED] Improve prefixes description visibility #12176

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/1211
Author: @sylr
Created: 5/22/2017
Status: Closed

Base: developHead: prefixes


📝 Commits (1)

  • 98e6050 Improve prefixes description visibility

📊 Changes

3 files changed (+18 additions, -4 deletions)

View changed files

📝 netbox/ipam/tables.py (+13 -3)
📝 netbox/templates/ipam/inc/prefix_header.html (+4 -0)
📝 netbox/templates/ipam/prefix_edit.html (+1 -1)

📄 Description

CIDR notation is not that human readable so when you have a lot of prefixes and children prefixes, descriptions are really helpful to understand your network infrastructure.

Current displays kind of hide descriptions instead of highlighting it. This patch tries to fix that.

Signed-off-by: Sylvain Rabot s.rabot@lectra.com

Fixes:


🔄 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/1211 **Author:** [@sylr](https://github.com/sylr) **Created:** 5/22/2017 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `prefixes` --- ### 📝 Commits (1) - [`98e6050`](https://github.com/netbox-community/netbox/commit/98e60502b28327947d407f15dec111ba04adcad0) Improve prefixes description visibility ### 📊 Changes **3 files changed** (+18 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/tables.py` (+13 -3) 📝 `netbox/templates/ipam/inc/prefix_header.html` (+4 -0) 📝 `netbox/templates/ipam/prefix_edit.html` (+1 -1) </details> ### 📄 Description CIDR notation is not that human readable so when you have a lot of prefixes and children prefixes, descriptions are really helpful to understand your network infrastructure. Current displays kind of hide descriptions instead of highlighting it. This patch tries to fix that. Signed-off-by: Sylvain Rabot <s.rabot@lectra.com> <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. --> ### Fixes: <!-- Please include a summary of the proposed changes below. --> --- <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:20:03 +01:00
adam closed this issue 2025-12-29 22:20:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12176