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

Merge pull request #3879 from hSaria/3876-asn-field-bounds

Fixes #3876: Min/max values for ASN field
This commit is contained in:
Jeremy Stretch
2020-01-09 17:03:29 -05:00
committed by GitHub
4 changed files with 16 additions and 4 deletions

View File

@@ -22,6 +22,7 @@
* [#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
* [#3876](https://github.com/netbox-community/netbox/issues/3876) - Fixed min/max to ASN input field at the site creation page
---