1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #2921: Replace tags filter with Select2 widget

This commit is contained in:
Saria Hajjar
2020-01-11 15:18:27 +00:00
parent b7e78028ce
commit 834fd408bd
21 changed files with 15 additions and 39 deletions

View File

@@ -16,7 +16,6 @@
</div>
<div class="col-md-3 noprint">
{% include 'inc/search_panel.html' %}
{% include 'inc/tags_panel.html' %}
</div>
</div>
{% endblock %}