Fixes #3424: Fix tag coloring for non-linked tags

This commit is contained in:
Jeremy Stretch
2019-08-15 11:12:52 -04:00
parent c40b630c36
commit 95693c6565
2 changed files with 4 additions and 5 deletions

View File

@@ -3,6 +3,7 @@ v2.6.3 (FUTURE)
## Bug Fixes
* [#3420](https://github.com/netbox-community/netbox/issues/3420) - Serial number filter for racks, devices, and inventory items is now case-insensitive
* [#3424](https://github.com/netbox-community/netbox/issues/3424) - Fix tag coloring for non-linked tags
## Enhancements