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