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

Fixes #6626: Fix site field on VM search form; add site group

This commit is contained in:
jeremystretch
2021-06-21 08:38:46 -04:00
parent 697161beb1
commit fb379b63ec
2 changed files with 18 additions and 4 deletions

View File

@ -1,5 +1,13 @@
# NetBox v2.11
## v2.11.8 (FUTURE)
### Bug Fixes
* [#6626](https://github.com/netbox-community/netbox/issues/6626) - Fix site field on VM search form; add site group
---
## v2.11.7 (2021-06-16)
### Enhancements