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

Fixes #11244: Elevations: Filter badge missing (#11321)

* Added filter badge in rack elevation

* Tweak template context

Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
This commit is contained in:
Mario
2022-12-28 22:54:33 +01:00
committed by GitHub
parent b7cdbd3d41
commit ccb2966c4c
2 changed files with 5 additions and 0 deletions

View File

@@ -35,6 +35,10 @@
{% block content-wrapper %}
<div class="tab-content">
{% if filter_form %}
{% applied_filters model filter_form request.GET %}
{% endif %}
{# Rack elevations #}
<div class="tab-pane show active" id="object-list" role="tabpanel" aria-labelledby="object-list-tab">
{% if page %}