Fixes #10881: Fix dark mode coloring for data on device status page

This commit is contained in:
jeremystretch
2022-11-10 16:47:17 -05:00
parent 3d1501e8fd
commit d59d23e308
2 changed files with 6 additions and 5 deletions

View File

@@ -8,6 +8,7 @@
* [#10829](https://github.com/netbox-community/netbox/issues/10829) - Fix bulk edit/delete buttons ad top of object lists
* [#10837](https://github.com/netbox-community/netbox/issues/10837) - Correct cookie paths when `BASE_PATH` is set
* [#10874](https://github.com/netbox-community/netbox/issues/10874) - Remove erroneous link for contact assignment count
* [#10881](https://github.com/netbox-community/netbox/issues/10881) - Fix dark mode coloring for data on device status page
---