mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-27 19:27:33 +02:00
Migrate prefix, VLAN templates to new structure
This commit is contained in:
9
netbox/templates/ipam/vlan/interfaces.html
Normal file
9
netbox/templates/ipam/vlan/interfaces.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends 'ipam/vlan/base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
{% include 'utilities/obj_table.html' with table=members_table table_template='panel_table.html' heading='Device Interfaces' parent=vlan %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user