From 16fcc47314c466324ab2f68a3bdfea8b4e7bafec Mon Sep 17 00:00:00 2001 From: dansheps Date: Thu, 5 Dec 2019 15:16:03 -0600 Subject: [PATCH] #3564 - Add Import Links --- netbox/templates/inc/nav_menu.html | 42 +++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/netbox/templates/inc/nav_menu.html b/netbox/templates/inc/nav_menu.html index 0805c201d..7fcf076a1 100644 --- a/netbox/templates/inc/nav_menu.html +++ b/netbox/templates/inc/nav_menu.html @@ -186,27 +186,67 @@
  • + {% if perms.dcim.add_interface %} +
    + +
    + {% endif %} Interfaces + {% if perms.dcim.add_frontport %} +
    + +
    + {% endif %} Front Ports + {% if perms.dcim.add_rearport %} +
    + +
    + {% endif %} Rear Ports + {% if perms.dcim.add_consoleport %} +
    + +
    + {% endif %} Console Ports - + + {% if perms.dcim.add_consoleserverport %} +
    + +
    + {% endif %} Console Server Ports + {% if perms.dcim.add_powerport %} +
    + +
    + {% endif %} Power Ports + {% if perms.dcim.add_poweroutlet %} +
    + +
    + {% endif %} Power Outlet + {% if perms.dcim.add_devicebay %} +
    + +
    + {% endif %} Device Bays