mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-22 11:38:45 -06:00
Migrate prefix, VLAN templates to new structure
This commit is contained in:
9
netbox/templates/ipam/prefix/ip_addresses.html
Normal file
9
netbox/templates/ipam/prefix/ip_addresses.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends 'ipam/prefix/base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
{% include 'utilities/obj_table.html' with table=ip_table table_template='panel_table.html' heading='IP Addresses' bulk_edit_url='ipam:ipaddress_bulk_edit' bulk_delete_url='ipam:ipaddress_bulk_delete' %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user