diff --git a/netbox/templates/ipam/ipaddress.html b/netbox/templates/ipam/ipaddress.html index e2cc88cf2..d9196d9e8 100644 --- a/netbox/templates/ipam/ipaddress.html +++ b/netbox/templates/ipam/ipaddress.html @@ -116,7 +116,7 @@ {% endif %}

{% trans "Services" %}

- {% htmx_table 'ipam:service_list' ipaddress_id=object.pk %} + {% htmx_table 'ipam:service_list' ip_address_id=object.pk %}
{% plugin_right_page object %}