[PR #14987] [MERGED] Closes #12776: Utilize the htmx_table tag for all embedded object tables #14494

Closed
opened 2025-12-29 23:24:48 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/14987
Author: @jeremystretch
Created: 1/30/2024
Status: Merged
Merged: 1/30/2024
Merged by: @jeremystretch

Base: featureHead: 12776-htmx-table


📝 Commits (1)

  • 23327e4 Closes #12776: Utilize the htmx_table tag for all embedded object tables

📊 Changes

27 files changed (+36 additions, -140 deletions)

View changed files

📝 netbox/templates/circuits/provider.html (+3 -8)
📝 netbox/templates/circuits/provideraccount.html (+1 -4)
📝 netbox/templates/circuits/providernetwork.html (+1 -4)
📝 netbox/templates/core/datasource.html (+1 -4)
📝 netbox/templates/dcim/device.html (+2 -8)
📝 netbox/templates/dcim/interface.html (+1 -4)
📝 netbox/templates/dcim/location.html (+2 -8)
📝 netbox/templates/dcim/powerpanel.html (+1 -4)
📝 netbox/templates/dcim/region.html (+1 -4)
📝 netbox/templates/dcim/site.html (+2 -8)
📝 netbox/templates/dcim/sitegroup.html (+1 -4)
📝 netbox/templates/dcim/virtualdevicecontext.html (+1 -4)
📝 netbox/templates/ipam/fhrpgroup.html (+1 -4)
📝 netbox/templates/ipam/ipaddress.html (+1 -4)
📝 netbox/templates/ipam/routetarget.html (+4 -16)
📝 netbox/templates/ipam/vlan.html (+1 -4)
📝 netbox/templates/tenancy/contact.html (+1 -4)
📝 netbox/templates/tenancy/contactgroup.html (+1 -4)
📝 netbox/templates/tenancy/tenantgroup.html (+1 -4)
📝 netbox/templates/virtualization/virtualmachine.html (+2 -8)

...and 7 more files

📄 Description

Fixes: #12776

Replace all instances of embedded HTMX-backed tables with the {% htmx_table %} template tag.


🔄 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/14987 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 1/30/2024 **Status:** ✅ Merged **Merged:** 1/30/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `12776-htmx-table` --- ### 📝 Commits (1) - [`23327e4`](https://github.com/netbox-community/netbox/commit/23327e4a5e673fae91d332b0f320314cd23836f5) Closes #12776: Utilize the htmx_table tag for all embedded object tables ### 📊 Changes **27 files changed** (+36 additions, -140 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/circuits/provider.html` (+3 -8) 📝 `netbox/templates/circuits/provideraccount.html` (+1 -4) 📝 `netbox/templates/circuits/providernetwork.html` (+1 -4) 📝 `netbox/templates/core/datasource.html` (+1 -4) 📝 `netbox/templates/dcim/device.html` (+2 -8) 📝 `netbox/templates/dcim/interface.html` (+1 -4) 📝 `netbox/templates/dcim/location.html` (+2 -8) 📝 `netbox/templates/dcim/powerpanel.html` (+1 -4) 📝 `netbox/templates/dcim/region.html` (+1 -4) 📝 `netbox/templates/dcim/site.html` (+2 -8) 📝 `netbox/templates/dcim/sitegroup.html` (+1 -4) 📝 `netbox/templates/dcim/virtualdevicecontext.html` (+1 -4) 📝 `netbox/templates/ipam/fhrpgroup.html` (+1 -4) 📝 `netbox/templates/ipam/ipaddress.html` (+1 -4) 📝 `netbox/templates/ipam/routetarget.html` (+4 -16) 📝 `netbox/templates/ipam/vlan.html` (+1 -4) 📝 `netbox/templates/tenancy/contact.html` (+1 -4) 📝 `netbox/templates/tenancy/contactgroup.html` (+1 -4) 📝 `netbox/templates/tenancy/tenantgroup.html` (+1 -4) 📝 `netbox/templates/virtualization/virtualmachine.html` (+2 -8) _...and 7 more files_ </details> ### 📄 Description ### Fixes: #12776 Replace all instances of embedded HTMX-backed tables with the `{% htmx_table %}` template tag. --- <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 23:24:48 +01:00
adam closed this issue 2025-12-29 23:24:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14494