Home
last modified time | relevance | path

Searched refs:prepend_template (Results 1 – 5 of 5) sorted by relevance

/dports/net-mgmt/netbox/netbox-3.0.12/netbox/dcim/tables/
H A Ddevices.py316 prepend_template=CONSOLEPORT_BUTTONS
361 prepend_template=CONSOLESERVERPORT_BUTTONS
406 prepend_template=POWERPORT_BUTTONS
456 prepend_template=POWEROUTLET_BUTTONS
529 prepend_template=INTERFACE_BUTTONS
590 prepend_template=FRONTPORT_BUTTONS
639 prepend_template=REARPORT_BUTTONS
690 prepend_template=DEVICEBAY_BUTTONS
H A Dsites.py118 prepend_template=LOCATION_ELEVATIONS
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/utilities/
H A Dtables.py234 …def __init__(self, model, *args, buttons=None, prepend_template=None, return_url_extra='', **kwarg… argument
235 if prepend_template:
236 prepend_template = prepend_template.replace('{', '{{')
237 prepend_template = prepend_template.replace('}', '}}')
238 self.template_code = prepend_template + self.template_code
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/virtualization/
H A Dtables.py183 prepend_template=VMINTERFACE_BUTTONS
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/ipam/tables/
H A Dvlans.py79 prepend_template=VLANGROUP_ADD_VLAN