2021-03-29 16:43:29 -04:00
|
|
|
{% extends 'ipam/vlan/base.html' %}
|
2021-12-14 15:31:42 -05:00
|
|
|
{% load helpers %}
|
2021-03-29 16:43:29 -04:00
|
|
|
|
|
|
|
{% block content %}
|
2021-12-14 15:31:42 -05:00
|
|
|
<form method="post">
|
|
|
|
{% csrf_token %}
|
|
|
|
{% include 'inc/table_controls_htmx.html' with table_modal="VLANVirtualMachinesTable_config" %}
|
|
|
|
<div class="card">
|
|
|
|
<div class="card-body" id="object_list">
|
|
|
|
{% include 'htmx/table.html' %}
|
|
|
|
</div>
|
2021-03-29 16:43:29 -04:00
|
|
|
</div>
|
2021-12-14 15:31:42 -05:00
|
|
|
</form>
|
2022-01-05 09:21:48 -05:00
|
|
|
{% endblock content %}
|
|
|
|
|
|
|
|
{% block modals %}
|
2022-01-10 09:30:50 -05:00
|
|
|
{{ block.super }}
|
2021-12-14 15:31:42 -05:00
|
|
|
{% table_config_form table %}
|
2022-01-05 09:21:48 -05:00
|
|
|
{% endblock modals %}
|