Merge pull request #3873 from hSaria/3872-limit-related-ips

Fixes #3872: Limit related IPs table
This commit is contained in:
Jeremy Stretch
2020-01-09 13:53:59 -05:00
committed by GitHub
3 changed files with 10 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
* [#3857](https://github.com/netbox-community/netbox/issues/3857) - Fix group custom links rendering
* [#3862](https://github.com/netbox-community/netbox/issues/3862) - Allow filtering device components by multiple device names
* [#3864](https://github.com/netbox-community/netbox/issues/3864) - Disallow /0 masks
* [#3872](https://github.com/netbox-community/netbox/issues/3872) - Paginate related IPs of an address
---