[PR #3765] [MERGED] Introduce clone, edit, and delete button templatetags #12633

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3765
Author: @jeremystretch
Created: 12/13/2019
Status: Merged
Merged: 12/13/2019
Merged by: @jeremystretch

Base: develop-2.7Head: 3760-template-buttons


📝 Commits (1)

  • 8acd3d0 Introduced clone, edit, and delete buttons

📊 Changes

24 files changed (+152 additions, -183 deletions)

View changed files

📝 netbox/templates/circuits/circuit.html (+3 -9)
📝 netbox/templates/circuits/provider.html (+4 -11)
📝 netbox/templates/dcim/cable.html (+3 -6)
📝 netbox/templates/dcim/device.html (+3 -9)
📝 netbox/templates/dcim/devicetype.html (+3 -9)
📝 netbox/templates/dcim/interface.html (+2 -2)
📝 netbox/templates/dcim/powerfeed.html (+3 -9)
📝 netbox/templates/dcim/powerpanel.html (+4 -9)
📝 netbox/templates/dcim/rack.html (+3 -7)
📝 netbox/templates/dcim/site.html (+3 -9)
📝 netbox/templates/ipam/aggregate.html (+3 -9)
📝 netbox/templates/ipam/ipaddress.html (+3 -9)
📝 netbox/templates/ipam/prefix.html (+3 -9)
📝 netbox/templates/ipam/service.html (+9 -8)
📝 netbox/templates/ipam/vlan.html (+3 -9)
📝 netbox/templates/ipam/vrf.html (+3 -9)
📝 netbox/templates/secrets/secret.html (+4 -9)
📝 netbox/templates/tenancy/tenant.html (+3 -9)
📝 netbox/templates/virtualization/cluster.html (+3 -9)
📝 netbox/templates/virtualization/virtualmachine.html (+3 -9)

...and 4 more files

📄 Description

Fixes: #3760

Replace ad hoc HTML for object action buttons with button tags


🔄 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/3765 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 12/13/2019 **Status:** ✅ Merged **Merged:** 12/13/2019 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop-2.7` ← **Head:** `3760-template-buttons` --- ### 📝 Commits (1) - [`8acd3d0`](https://github.com/netbox-community/netbox/commit/8acd3d0a72d6de34d77806053785cc535a94e7e0) Introduced clone, edit, and delete buttons ### 📊 Changes **24 files changed** (+152 additions, -183 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/circuits/circuit.html` (+3 -9) 📝 `netbox/templates/circuits/provider.html` (+4 -11) 📝 `netbox/templates/dcim/cable.html` (+3 -6) 📝 `netbox/templates/dcim/device.html` (+3 -9) 📝 `netbox/templates/dcim/devicetype.html` (+3 -9) 📝 `netbox/templates/dcim/interface.html` (+2 -2) 📝 `netbox/templates/dcim/powerfeed.html` (+3 -9) 📝 `netbox/templates/dcim/powerpanel.html` (+4 -9) 📝 `netbox/templates/dcim/rack.html` (+3 -7) 📝 `netbox/templates/dcim/site.html` (+3 -9) 📝 `netbox/templates/ipam/aggregate.html` (+3 -9) 📝 `netbox/templates/ipam/ipaddress.html` (+3 -9) 📝 `netbox/templates/ipam/prefix.html` (+3 -9) 📝 `netbox/templates/ipam/service.html` (+9 -8) 📝 `netbox/templates/ipam/vlan.html` (+3 -9) 📝 `netbox/templates/ipam/vrf.html` (+3 -9) 📝 `netbox/templates/secrets/secret.html` (+4 -9) 📝 `netbox/templates/tenancy/tenant.html` (+3 -9) 📝 `netbox/templates/virtualization/cluster.html` (+3 -9) 📝 `netbox/templates/virtualization/virtualmachine.html` (+3 -9) _...and 4 more files_ </details> ### 📄 Description ### Fixes: #3760 Replace ad hoc HTML for object action buttons with button tags --- <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:45 +01:00
adam closed this issue 2025-12-29 22:22:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12633