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 #}