From a09095591824891f8f608daeedc1cf5426516515 Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Wed, 27 Oct 2021 11:34:21 -0700 Subject: [PATCH] Fixes #7599: Improve color mode handling --- docs/release-notes/version-3.0.md | 1 + netbox/templates/base/base.html | 121 ++++++++++++++++++------------ 2 files changed, 73 insertions(+), 49 deletions(-) diff --git a/docs/release-notes/version-3.0.md b/docs/release-notes/version-3.0.md index 32d40ada3..772435f4c 100644 --- a/docs/release-notes/version-3.0.md +++ b/docs/release-notes/version-3.0.md @@ -4,6 +4,7 @@ ### Bug Fixes +* [#7599](https://github.com/netbox-community/netbox/issues/7599) - Improve color mode preference handling * [#7601](https://github.com/netbox-community/netbox/issues/7601) - Correct devices count for locations within global search results * [#7612](https://github.com/netbox-community/netbox/issues/7612) - Strip HTML from custom field descriptions * [#7628](https://github.com/netbox-community/netbox/issues/7628) - Fix `load_yaml` method for custom scripts diff --git a/netbox/templates/base/base.html b/netbox/templates/base/base.html index 78dc2b744..43e5c2dfb 100644 --- a/netbox/templates/base/base.html +++ b/netbox/templates/base/base.html @@ -27,55 +27,78 @@ {% block title %}Home{% endblock %} | NetBox {# Static resources #}