mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-25 21:09:59 -06:00
Fixes #13706: Restore extra filters dropdown on device interfaces list
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
{% load i18n %}
|
||||
|
||||
{% block content %}
|
||||
{% include 'inc/table_controls_htmx.html' with table_modal=table_config %}
|
||||
{% block table_controls %}
|
||||
{% include 'inc/table_controls_htmx.html' with table_modal=table_config %}
|
||||
{% endblock table_controls %}
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
<div class="card">
|
||||
|
||||
Reference in New Issue
Block a user