From 726b148aa98ff79245f6c6f4300758b0ef1897ff Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Sat, 10 Jul 2021 21:30:55 -0400 Subject: [PATCH] Clean up sidebar layout --- netbox/templates/base/layout.html | 24 +++++++++------ .../templates/navigation/nav_items.html | 30 ++++++++++--------- 2 files changed, 31 insertions(+), 23 deletions(-) diff --git a/netbox/templates/base/layout.html b/netbox/templates/base/layout.html index 506321fd5..efe82548f 100644 --- a/netbox/templates/base/layout.html +++ b/netbox/templates/base/layout.html @@ -6,35 +6,41 @@ {% load static %} {% block layout %} -
-
+
+
{# Sidebar #}