mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-24 02:11:50 +01:00
12 lines
340 B
HTML
12 lines
340 B
HTML
{% extends 'generic/object_list.html' %}
|
|
{% load helpers %}
|
|
{% load i18n %}
|
|
|
|
{% block extra_controls %}
|
|
<button class="btn btn-outline-secondary toggle-depth" type="button">
|
|
{% trans "Hide Depth Indicators" %}
|
|
</button>
|
|
{% include 'ipam/inc/max_depth.html' %}
|
|
{% include 'ipam/inc/max_length.html' %}
|
|
{% endblock %}
|