From 122522a625bf7d3cc32f46c788cc93d034cda456 Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Thu, 15 Aug 2024 19:26:53 +0700 Subject: [PATCH] 17163 Fix services list on IPAddress view --- netbox/templates/ipam/ipaddress.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}