[PR #3821] [MERGED] Fixes #2598: Toggle for showing available prefixes/ip addresses #12652

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3821
Author: @hSaria
Created: 1/2/2020
Status: Merged
Merged: 1/9/2020
Merged by: @jeremystretch

Base: developHead: 2365-show-available-toggle


📝 Commits (10+)

  • 37bc17d Fixes #2365: Toggle for showing available prefixes/ip addresses
  • 6a7af22 Merge branch 'develop' into 2365-show-available-toggle
  • f81641a Corrected ticket number
  • 2a219ef is not None not needed as the value 'false' is a string
  • 8e3a371 Added default to cookie
  • 28ae684 Templatized show_available toggle
  • 9d8ab81 Removed changelog (temporarily while merging)
  • 1c0de00 Merge remote-tracking branch 'netbox-community/develop' into 2365-show-available-toggle
  • e1c61c5 Changelog
  • 04f3e58 Line seperator

📊 Changes

5 files changed (+25 additions, -4 deletions)

View changed files

📝 docs/release-notes/version-2.6.md (+1 -0)
📝 netbox/ipam/views.py (+13 -4)
📝 netbox/templates/ipam/aggregate.html (+1 -0)
netbox/templates/ipam/inc/toggle_available.html (+9 -0)
📝 netbox/templates/ipam/prefix.html (+1 -0)

📄 Description

Fixes: #2598

Adds a cookie-based toggle to showing/hiding available prefixes and IP addresses


🔄 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/3821 **Author:** [@hSaria](https://github.com/hSaria) **Created:** 1/2/2020 **Status:** ✅ Merged **Merged:** 1/9/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `2365-show-available-toggle` --- ### 📝 Commits (10+) - [`37bc17d`](https://github.com/netbox-community/netbox/commit/37bc17d3a28ca1149cd2bded2213f877daadce99) Fixes #2365: Toggle for showing available prefixes/ip addresses - [`6a7af22`](https://github.com/netbox-community/netbox/commit/6a7af22dea2bfbc91a77b4c8c33c73d3a0bfc40e) Merge branch 'develop' into 2365-show-available-toggle - [`f81641a`](https://github.com/netbox-community/netbox/commit/f81641ae961e0a776f8a298285c2d45f0070ec73) Corrected ticket number - [`2a219ef`](https://github.com/netbox-community/netbox/commit/2a219eff23332bd9e4429340033f10e32cb7bd07) `is not None` not needed as the value 'false' is a string - [`8e3a371`](https://github.com/netbox-community/netbox/commit/8e3a37168848fa7e13c6fd2fba6051d9c905ecc3) Added default to cookie - [`28ae684`](https://github.com/netbox-community/netbox/commit/28ae6849b4fe276e775a0bd745c67be2ebb69ead) Templatized show_available toggle - [`9d8ab81`](https://github.com/netbox-community/netbox/commit/9d8ab81e3adb23f50f942d5b1eea523996edbefd) Removed changelog (temporarily while merging) - [`1c0de00`](https://github.com/netbox-community/netbox/commit/1c0de0093b8c7bc1ef8970f53011b18e9c4c4c26) Merge remote-tracking branch 'netbox-community/develop' into 2365-show-available-toggle - [`e1c61c5`](https://github.com/netbox-community/netbox/commit/e1c61c5019e79fc6f17cfd31a852202d1e67786a) Changelog - [`04f3e58`](https://github.com/netbox-community/netbox/commit/04f3e58ab4d1ca920edef902ad5c68c204b9dc4a) Line seperator ### 📊 Changes **5 files changed** (+25 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.6.md` (+1 -0) 📝 `netbox/ipam/views.py` (+13 -4) 📝 `netbox/templates/ipam/aggregate.html` (+1 -0) ➕ `netbox/templates/ipam/inc/toggle_available.html` (+9 -0) 📝 `netbox/templates/ipam/prefix.html` (+1 -0) </details> ### 📄 Description ### Fixes: #2598 Adds a cookie-based toggle to showing/hiding available prefixes and IP addresses --- <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:22:52 +01:00
adam closed this issue 2025-12-29 22:22:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12652