[PR #19272] [MERGED] Fixes #19266: Fix copy-to-clipboard button for IP addresses #15587

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/19272
Author: @jeremystretch
Created: 4/22/2025
Status: Merged
Merged: 4/23/2025
Merged by: @bctiemann

Base: featureHead: 19266-fix-ip-copy-button


📝 Commits (1)

  • e31b42d Fixes #19266: Fix copy-to-clipboard button for IP addresses

📊 Changes

2 files changed (+12 additions, -7 deletions)

View changed files

📝 netbox/ipam/tables/ip.py (+2 -2)
📝 netbox/ipam/tables/template_code.py (+10 -5)

📄 Description

Fixes: #19266

  • Restore the id attribute on IP address links
  • Remove the copy-to-clipboard button from IP range entries

🔄 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/19272 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/22/2025 **Status:** ✅ Merged **Merged:** 4/23/2025 **Merged by:** [@bctiemann](https://github.com/bctiemann) **Base:** `feature` ← **Head:** `19266-fix-ip-copy-button` --- ### 📝 Commits (1) - [`e31b42d`](https://github.com/netbox-community/netbox/commit/e31b42d13232252dca9c959943a4ca4be23d7414) Fixes #19266: Fix copy-to-clipboard button for IP addresses ### 📊 Changes **2 files changed** (+12 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/tables/ip.py` (+2 -2) 📝 `netbox/ipam/tables/template_code.py` (+10 -5) </details> ### 📄 Description ### Fixes: #19266 - Restore the `id` attribute on IP address links - Remove the copy-to-clipboard button from IP range entries --- <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-30 00:22:52 +01:00
adam closed this issue 2025-12-30 00: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#15587