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

Fixes #3914: Interface filter field when unauthenticated

This commit is contained in:
Saria Hajjar
2020-01-14 06:08:19 +00:00
parent 7b8e82f321
commit 9d0da0f45a
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
# v2.6.13 (FUTURE)
## Bug Fixes
* [#3914](https://github.com/netbox-community/netbox/issues/3914) - Fix interface filter field when unauthenticated
---
# v2.6.12 (2020-01-13)
## Enhancements