Explorar o código

17163 Fix services list on IPAddress view

Arthur Hanson hai 1 ano
pai
achega
122522a625
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      netbox/templates/ipam/ipaddress.html

+ 1 - 1
netbox/templates/ipam/ipaddress.html

@@ -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>