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

Fixes #8196: Fix IndexError exception when viewing large IPv6 prefixes in UI

This commit is contained in:
jeremystretch
2022-01-03 09:17:15 -05:00
parent cdd51aee75
commit e18dc43aae
2 changed files with 13 additions and 2 deletions

View File

@@ -9,8 +9,9 @@
### Bug Fixes
* [#8191](https://github.com/netbox-community/netbox/issues/8191) - Fix return URL when adding IP addresses to VM interfaces
* [#8187](https://github.com/netbox-community/netbox/issues/8187) - Fix rendering of tags column in object tables
* [#8191](https://github.com/netbox-community/netbox/issues/8191) - Fix return URL when adding IP addresses to VM interfaces
* [#8196](https://github.com/netbox-community/netbox/issues/8196) - Fix IndexError exception when viewing large IPv6 prefixes in UI
---