From 68e9c140c7e877513e041c677e10f983d78b987b Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 3 Jan 2024 17:16:52 -0500 Subject: [PATCH] Add buttons for add & import to navigation menu --- netbox/utilities/templates/navigation/menu.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/netbox/utilities/templates/navigation/menu.html b/netbox/utilities/templates/navigation/menu.html index 0f00e4a75..3de39afda 100644 --- a/netbox/utilities/templates/navigation/menu.html +++ b/netbox/utilities/templates/navigation/menu.html @@ -23,9 +23,18 @@ {{ group.label }} {% for item, buttons in items %} - - {{ item.link_text }} - + {% endfor %} {% endfor %}