Fixes #8315: Fix display of NAT link for primary IPv4 address under device view

This commit is contained in:
jeremystretch
2022-02-03 10:30:26 -05:00
parent 2d1bdefb4f
commit 8d21f80a71
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
* [#7504](https://github.com/netbox-community/netbox/issues/7504) - Include IP range data under IPAM role views
* [#8275](https://github.com/netbox-community/netbox/issues/8275) - Introduce alternative ASDOT-formatted column for ASNs
* [#8315](https://github.com/netbox-community/netbox/issues/8315) - Fix display of NAT link for primary IPv4 address under device view
* [#8367](https://github.com/netbox-community/netbox/issues/8367) - Add ASNs to global search function
* [#8368](https://github.com/netbox-community/netbox/issues/8368) - Enable controlling the order of custom script form fields with `field_order`
* [#8381](https://github.com/netbox-community/netbox/issues/8381) - Add contacts to global search function