From d03c14d49c36c445969f19402d90b566b9750a52 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 10 Nov 2020 13:55:53 -0500 Subject: [PATCH] Closes #5154: Utilize all horizontal space for web UI --- docs/release-notes/version-2.10.md | 1 + netbox/project-static/css/base.css | 4 ---- netbox/templates/base.html | 4 ++-- netbox/templates/inc/nav_menu.html | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/release-notes/version-2.10.md b/docs/release-notes/version-2.10.md index 33b8718d4..6944fc8b2 100644 --- a/docs/release-notes/version-2.10.md +++ b/docs/release-notes/version-2.10.md @@ -52,6 +52,7 @@ All end-to-end cable paths are now cached using the new CablePath model. This al * [#4967](https://github.com/netbox-community/netbox/issues/4967) - Adds tenancy to Aggregate model * [#5003](https://github.com/netbox-community/netbox/issues/5003) - CSV import now accepts slug values for choice fields * [#5146](https://github.com/netbox-community/netbox/issues/5146) - Add custom fields support for cables, power panels, rack reservations, and virtual chassis +* [#5154](https://github.com/netbox-community/netbox/issues/5154) - Utilize all horizontal space for web UI * [#5190](https://github.com/netbox-community/netbox/issues/5190) - Add a REST API endpoint for content types ### Other Changes diff --git a/netbox/project-static/css/base.css b/netbox/project-static/css/base.css index 5c2e9abe7..212196d05 100644 --- a/netbox/project-static/css/base.css +++ b/netbox/project-static/css/base.css @@ -11,10 +11,6 @@ html, body { body { padding-top: 70px; } -.container { - width: auto; - max-width: 1600px; -} .wrapper { min-height: 100%; height: auto !important; diff --git a/netbox/templates/base.html b/netbox/templates/base.html index 89795277a..86b582b3e 100644 --- a/netbox/templates/base.html +++ b/netbox/templates/base.html @@ -31,7 +31,7 @@ {% include 'inc/nav_menu.html' %} -
+
{% if settings.BANNER_TOP %}