Closes #160: feature save filters (#227)

* initial saved filter support

* add filter field

* fixed model

* changed margin
This commit is contained in:
mattieserver
2022-12-26 12:07:01 +01:00
committed by GitHub
parent 683a980858
commit e0bd1d4e86
5 changed files with 11 additions and 2 deletions
@@ -48,6 +48,12 @@
{% with config=settings.PLUGINS_CONFIG.netbox_topology_views %}
<div class="tab-content">
{# Applied filters #}
{% if filter_form %}
{% applied_filters model filter_form request.GET %}
<hr style="margin-top: 0px;">
{% endif %}
<div class="tab-pane show active" id="networks" role="tabpanel" aria-labelledby="network-tab">
<div class="panel-body">
<div id="visgraph"></div>