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

Fixes #8131: Restore annotation of available IPs under prefix IPs view

This commit is contained in:
jeremystretch
2021-12-21 11:09:30 -05:00
parent f2f10dff92
commit a0db10838b
2 changed files with 11 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#7962](https://github.com/netbox-community/netbox/issues/7962) - Fix user menu under report/script result view
* [#8131](https://github.com/netbox-community/netbox/issues/8131) - Restore annotation of available IPs under prefix IPs view
---