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

Closes #11119: Enable filtering L2VPNs by slug

This commit is contained in:
Jeremy Stretch
2022-12-06 15:48:22 -05:00
parent d2d60c0607
commit 780997a568
3 changed files with 6 additions and 1 deletions

View File

@ -5,6 +5,7 @@
### Enhancements
* [#10748](https://github.com/netbox-community/netbox/issues/10748) - Add provider selection field for provider networks to circuit termination edit view
* [#11119](https://github.com/netbox-community/netbox/issues/11119) - Enable filtering L2VPNs by slug
### Bug Fixes