Fixes #8033: Fix display of zero values for custom integer fields in tables

This commit is contained in:
jeremystretch
2021-12-09 14:56:12 -05:00
parent e5524da40e
commit 1df05715c2
2 changed files with 4 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
* [#8009](https://github.com/netbox-community/netbox/issues/8009) - Validate IP addresses for uniqueness when creating an FHRP group
* [#8010](https://github.com/netbox-community/netbox/issues/8010) - Allow filtering devices by multiple serial numbers
* [#8019](https://github.com/netbox-community/netbox/issues/8019) - Exclude metrics endpoint when `LOGIN_REQUIRED` is true
* [#8033](https://github.com/netbox-community/netbox/issues/8033) - Fix display of zero values for custom integer fields in tables
---