17163 Fix services list on IPAddress view

This commit is contained in:
Arthur Hanson 2024-08-15 19:26:53 +07:00 committed by Jeremy Stretch
parent a3befd0abe
commit 122522a625

View File

@ -116,7 +116,7 @@
{% endif %}
<div class="card">
<h2 class="card-header">{% trans "Services" %}</h2>
{% htmx_table 'ipam:service_list' ipaddress_id=object.pk %}
{% htmx_table 'ipam:service_list' ip_address_id=object.pk %}
</div>
{% plugin_right_page object %}
</div>