Back to Netbox

Bulk Add Components

netbox/templates/dcim/buttons/bulk_add_components.html

4.6.7754 B
Original Source

{% load i18n %}

{{ label }} {% if perms.dcim.add_consoleport %} - {% trans "Console Ports" %} {% endif %} {% if perms.dcim.add_consoleserverport %} - {% trans "Console Server Ports" %} {% endif %} {% if perms.dcim.add_powerport %} - {% trans "Power Ports" %} {% endif %} {% if perms.dcim.add_poweroutlet %} - {% trans "Power Outlets" %} {% endif %} {% if perms.dcim.add_interface %} - {% trans "Interfaces" %} {% endif %} {% if perms.dcim.add_rearport %} - {% trans "Rear Ports" %} {% endif %} {% if perms.dcim.add_devicebay %} - {% trans "Device Bays" %} {% endif %} {% if perms.dcim.add_modulebay %} - {% trans "Module Bays" %} {% endif %} {% if perms.dcim.add_inventoryitem %} - {% trans "Inventory Items" %} {% endif %}