Migrate prefix, VLAN templates to new structure

This commit is contained in:
Jeremy Stretch
2021-03-29 16:43:29 -04:00
parent 0986fd1081
commit eac53a779b
13 changed files with 136 additions and 123 deletions

View 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 %}