mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-25 04:50:00 -06:00
Some checks failed
CI / build (20.x, 3.12) (push) Has been cancelled
CI / build (20.x, 3.13) (push) Has been cancelled
CI / build (20.x, 3.14) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
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 %}
|