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

Fixes #8088: Improve legibility of text in labels with light-colored backgrounds

This commit is contained in:
jeremystretch
2021-12-16 12:44:18 -05:00
parent fd785fc9a5
commit 7735a539e9
3 changed files with 4 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
* [#8077](https://github.com/netbox-community/netbox/issues/8077) - Fix exception when attaching image to location, circuit, or power panel
* [#8078](https://github.com/netbox-community/netbox/issues/8078) - Add missing wireless models to `lsmodels()` in `nbshell`
* [#8079](https://github.com/netbox-community/netbox/issues/8079) - Fix validation of LLDP neighbors when connected device has an asset tag
* [#8088](https://github.com/netbox-community/netbox/issues/8088) - Improve legibility of text in labels with light-colored backgrounds
---