Skip to content

Commit

Permalink
Fixes: #16757 - Use table_htmx.html for assigning ipaddresses (#18226)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
bctiemann authored Dec 17, 2024
1 parent 0b9ead3 commit e7fcbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/templates/ipam/ipaddress_assign.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 class="col-9 offset-3">{% trans "Select IP Address" %}</h2>
<div class="col col-md-12">
<h3>{% trans "Search Results" %}</h3>
<div class="table-responsive">
{% render_table table 'inc/table.html' %}
{% render_table table 'inc/table_htmx.html' %}
</div>
</div>
</div>
Expand Down

0 comments on commit e7fcbff

Please sign in to comment.