Fixes #11087: Fix background color of bottom banner content

This commit is contained in:
Jeremy Stretch
2022-12-06 15:40:59 -05:00
parent 6e58e4e5d1
commit 702a7db579
2 changed files with 8 additions and 6 deletions

View File

@@ -9,6 +9,8 @@
### Bug Fixes
* [#11041](https://github.com/netbox-community/netbox/issues/11041) - Correct power utilization percentage precision
* [#11087](https://github.com/netbox-community/netbox/issues/11087) - Fix background color of bottom banner content
* [#11101](https://github.com/netbox-community/netbox/issues/11101) - Correct circuits count under site view
---