mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
17163 Fix services list on IPAddress view
This commit is contained in:
parent
a3befd0abe
commit
122522a625
@ -116,7 +116,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h2 class="card-header">{% trans "Services" %}</h2>
|
<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>
|
</div>
|
||||||
{% plugin_right_page object %}
|
{% plugin_right_page object %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user