소스 검색

17163 Fix services list on IPAddress view

Arthur Hanson 1 년 전
부모
커밋
122522a625
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>