Closes #8517: Render boolean custom fields as icons in object tables

This commit is contained in:
jeremystretch
2022-02-02 16:24:51 -05:00
parent e20ac803f3
commit db3f478598
2 changed files with 12 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
* [#8462](https://github.com/netbox-community/netbox/issues/8462) - Linkify manufacturer column in device type table
* [#8476](https://github.com/netbox-community/netbox/issues/8476) - Bring the ASN Web UI up to the standard set by other objects
* [#8494](https://github.com/netbox-community/netbox/issues/8494) - Include locations count under tenant view
* [#8517](https://github.com/netbox-community/netbox/issues/8517) - Render boolean custom fields as icons in object tables
### Bug Fixes