From e7fcbffaf3e66c955a3e5c9a07dea0460caa401c Mon Sep 17 00:00:00 2001 From: bctiemann Date: Tue, 17 Dec 2024 14:46:52 -0500 Subject: [PATCH] Fixes: #16757 - Use table_htmx.html for assigning ipaddresses (#18226) * Use table_htmx.html for assigning ipaddresses * Add disable_htmx property on ObjectChildrenView to allow IP assignment flow to avoid htmx fragmentary rendering on object save * Revert "Add disable_htmx property on ObjectChildrenView to allow IP assignment flow to avoid htmx fragmentary rendering on object save" This reverts commit fa8f2ac3773780bdf9f2555843dae72ab1f185cc. --- netbox/templates/ipam/ipaddress_assign.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/ipam/ipaddress_assign.html b/netbox/templates/ipam/ipaddress_assign.html index d96ad745297..4711b286af6 100644 --- a/netbox/templates/ipam/ipaddress_assign.html +++ b/netbox/templates/ipam/ipaddress_assign.html @@ -34,7 +34,7 @@

{% trans "Select IP Address" %}

{% trans "Search Results" %}

- {% render_table table 'inc/table.html' %} + {% render_table table 'inc/table_htmx.html' %}