Skip to content

Commit e7fcbff

Browse files
authored
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 fa8f2ac.
1 parent 0b9ead3 commit e7fcbff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/templates/ipam/ipaddress_assign.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h2 class="col-9 offset-3">{% trans "Select IP Address" %}</h2>
3434
<div class="col col-md-12">
3535
<h3>{% trans "Search Results" %}</h3>
3636
<div class="table-responsive">
37-
{% render_table table 'inc/table.html' %}
37+
{% render_table table 'inc/table_htmx.html' %}
3838
</div>
3939
</div>
4040
</div>

0 commit comments

Comments
 (0)