1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #11039: List parent prefixes under IP range view

This commit is contained in:
Jeremy Stretch
2023-12-27 11:49:13 -05:00
parent e6642b5f5b
commit d6c8d1581c
2 changed files with 25 additions and 0 deletions

View File

@@ -82,6 +82,11 @@
{% plugin_right_page object %}
</div>
</div>
<div class="row">
<div class="col col-md-12">
{% include 'inc/panel_table.html' with table=parent_prefixes_table heading='Parent Prefixes' %}
</div>
</div>
<div class="row">
<div class="col col-md-12">
{% plugin_full_width_page object %}