[PR #1075] [CLOSED] Added Edit IP Address Functionality #12160

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/1075
Author: @snazy2000
Created: 4/13/2017
Status: Closed

Base: developHead: develop


📝 Commits (9)

📊 Changes

4 files changed (+24 additions, -16 deletions)

View changed files

📝 netbox/ipam/forms.py (+10 -1)
📝 netbox/ipam/views.py (+1 -1)
📝 netbox/templates/ipam/ipaddress_edit.html (+6 -12)
📝 netbox/utilities/views.py (+7 -2)

📄 Description

Fixes: #1001

Added functionality to edit IP Address from device page instead of having to remove and re-add


🔄 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/1075 **Author:** [@snazy2000](https://github.com/snazy2000) **Created:** 4/13/2017 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (9) - [`cc99d47`](https://github.com/netbox-community/netbox/commit/cc99d471906bc817f54733fe9df89e31a6f3bb14) Assign IP Address to Interface from Interface List - [`67a17e3`](https://github.com/netbox-community/netbox/commit/67a17e3adf809ef07a7174e8ded4d421d848e194) Merge pull request #1 from digitalocean/develop - [`4932e02`](https://github.com/netbox-community/netbox/commit/4932e023a0e1b6c70191db65cf0844d630ae68b9) Merge pull request #2 from digitalocean/develop - [`67ba5a5`](https://github.com/netbox-community/netbox/commit/67ba5a59547ca6ed8d728e9dd9fd347c6384bb82) Ability to edit IP address and Interface from within devices - [`4a685da`](https://github.com/netbox-community/netbox/commit/4a685da2693399d4dcca9fc2cc68d2ab463124f6) PEP 8 Errors - [`b47b174`](https://github.com/netbox-community/netbox/commit/b47b1743f7971f53ac3f27c011c71d6724074f43) Damn PEP8... - [`776fd30`](https://github.com/netbox-community/netbox/commit/776fd301ce1f08211b9941cfb14851b2874b0d27) Merge branch 'develop' of https://github.com/digitalocean/netbox into develop - [`155ef79`](https://github.com/netbox-community/netbox/commit/155ef792d6c4da0d9dea5ac8e158317e002f71b2) Cleanup - [`b01aace`](https://github.com/netbox-community/netbox/commit/b01aace771ef6bdd4e3593d76d43c712abe39abe) Make the Cancel button use the return url as well ### 📊 Changes **4 files changed** (+24 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/forms.py` (+10 -1) 📝 `netbox/ipam/views.py` (+1 -1) 📝 `netbox/templates/ipam/ipaddress_edit.html` (+6 -12) 📝 `netbox/utilities/views.py` (+7 -2) </details> ### 📄 Description ### Fixes: #1001 Added functionality to edit IP Address from device page instead of having to remove and re-add --- <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:57 +01:00
adam closed this issue 2025-12-29 22:19:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12160