From 0fa98d3aefbb4177e576149bbd28056aef5abfc7 Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 21 Apr 2025 11:02:56 -0700 Subject: [PATCH] 17613 Add column support for mobile devices --- netbox/templates/circuits/circuit.html | 4 ++-- netbox/templates/circuits/circuitgroup.html | 4 ++-- .../templates/circuits/circuitgroupassignment.html | 4 ++-- netbox/templates/circuits/circuittermination.html | 4 ++-- netbox/templates/circuits/circuittype.html | 4 ++-- netbox/templates/circuits/provider.html | 4 ++-- netbox/templates/circuits/provideraccount.html | 4 ++-- netbox/templates/circuits/providernetwork.html | 4 ++-- netbox/templates/circuits/virtualcircuit.html | 4 ++-- .../circuits/virtualcircuittermination.html | 4 ++-- netbox/templates/circuits/virtualcircuittype.html | 4 ++-- netbox/templates/core/datasource.html | 4 ++-- netbox/templates/core/job.html | 4 ++-- netbox/templates/core/objectchange.html | 8 ++++---- netbox/templates/dcim/cable.html | 4 ++-- netbox/templates/dcim/consoleport.html | 4 ++-- netbox/templates/dcim/consoleserverport.html | 4 ++-- netbox/templates/dcim/devicebay.html | 4 ++-- netbox/templates/dcim/devicerole.html | 4 ++-- netbox/templates/dcim/devicetype.html | 4 ++-- netbox/templates/dcim/frontport.html | 4 ++-- netbox/templates/dcim/interface.html | 4 ++-- netbox/templates/dcim/inventoryitem.html | 4 ++-- netbox/templates/dcim/inventoryitemrole.html | 4 ++-- netbox/templates/dcim/location.html | 4 ++-- netbox/templates/dcim/macaddress.html | 4 ++-- netbox/templates/dcim/manufacturer.html | 4 ++-- netbox/templates/dcim/module.html | 4 ++-- netbox/templates/dcim/modulebay.html | 4 ++-- netbox/templates/dcim/moduletype.html | 4 ++-- netbox/templates/dcim/platform.html | 4 ++-- netbox/templates/dcim/powerfeed.html | 4 ++-- netbox/templates/dcim/poweroutlet.html | 4 ++-- netbox/templates/dcim/powerpanel.html | 4 ++-- netbox/templates/dcim/powerport.html | 4 ++-- netbox/templates/dcim/rackrole.html | 4 ++-- netbox/templates/dcim/rearport.html | 4 ++-- netbox/templates/dcim/region.html | 4 ++-- netbox/templates/dcim/site.html | 4 ++-- netbox/templates/dcim/sitegroup.html | 4 ++-- netbox/templates/dcim/virtualdevicecontext.html | 4 ++-- netbox/templates/extras/customfield.html | 4 ++-- netbox/templates/extras/customfieldchoiceset.html | 4 ++-- netbox/templates/extras/eventrule.html | 4 ++-- netbox/templates/extras/notificationgroup.html | 4 ++-- netbox/templates/extras/object_configcontext.html | 4 ++-- netbox/templates/extras/tag.html | 4 ++-- netbox/templates/extras/webhook.html | 4 ++-- netbox/templates/ipam/aggregate.html | 4 ++-- netbox/templates/ipam/asn.html | 4 ++-- netbox/templates/ipam/asnrange.html | 4 ++-- netbox/templates/ipam/fhrpgroup.html | 4 ++-- netbox/templates/ipam/iprange.html | 4 ++-- netbox/templates/ipam/prefix.html | 4 ++-- netbox/templates/ipam/rir.html | 4 ++-- netbox/templates/ipam/role.html | 4 ++-- netbox/templates/ipam/routetarget.html | 12 ++++++------ netbox/templates/ipam/service.html | 4 ++-- netbox/templates/ipam/servicetemplate.html | 4 ++-- netbox/templates/ipam/vlan.html | 4 ++-- netbox/templates/ipam/vlangroup.html | 4 ++-- netbox/templates/ipam/vrf.html | 8 ++++---- netbox/templates/tenancy/contactgroup.html | 4 ++-- netbox/templates/tenancy/contactrole.html | 4 ++-- netbox/templates/tenancy/tenantgroup.html | 4 ++-- netbox/templates/virtualization/cluster.html | 4 ++-- netbox/templates/virtualization/clustergroup.html | 4 ++-- netbox/templates/virtualization/clustertype.html | 4 ++-- netbox/templates/virtualization/virtualdisk.html | 4 ++-- netbox/templates/virtualization/virtualmachine.html | 4 ++-- netbox/templates/virtualization/vminterface.html | 4 ++-- netbox/templates/vpn/ikepolicy.html | 4 ++-- netbox/templates/vpn/ikeproposal.html | 4 ++-- netbox/templates/vpn/ipsecpolicy.html | 4 ++-- netbox/templates/vpn/ipsecprofile.html | 4 ++-- netbox/templates/vpn/ipsecproposal.html | 4 ++-- netbox/templates/vpn/l2vpn.html | 8 ++++---- netbox/templates/vpn/l2vpntermination.html | 4 ++-- netbox/templates/vpn/tunnel.html | 4 ++-- netbox/templates/vpn/tunnelgroup.html | 4 ++-- netbox/templates/vpn/tunneltermination.html | 4 ++-- netbox/templates/wireless/wirelesslan.html | 4 ++-- netbox/templates/wireless/wirelesslangroup.html | 4 ++-- netbox/templates/wireless/wirelesslink.html | 4 ++-- 84 files changed, 178 insertions(+), 178 deletions(-) diff --git a/netbox/templates/circuits/circuit.html b/netbox/templates/circuits/circuit.html index d47b380fda..1037000ba3 100644 --- a/netbox/templates/circuits/circuit.html +++ b/netbox/templates/circuits/circuit.html @@ -10,7 +10,7 @@ {% block content %}
-
+

{% trans "Circuit" %}

@@ -89,7 +89,7 @@ {% include 'inc/panels/comments.html' %} {% plugin_left_page object %} -
+
{% include 'circuits/inc/circuit_termination.html' with termination=object.termination_a side='A' %} {% include 'circuits/inc/circuit_termination.html' with termination=object.termination_z side='Z' %} {% include 'inc/panels/image_attachments.html' %} diff --git a/netbox/templates/circuits/circuitgroup.html b/netbox/templates/circuits/circuitgroup.html index 432c357648..0ada4cc539 100644 --- a/netbox/templates/circuits/circuitgroup.html +++ b/netbox/templates/circuits/circuitgroup.html @@ -20,7 +20,7 @@ {% block content %}
-
+

{% trans "Circuit Group" %}

@@ -46,7 +46,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/custom_fields.html' %} diff --git a/netbox/templates/circuits/circuitgroupassignment.html b/netbox/templates/circuits/circuitgroupassignment.html index f1bb9f5d43..bca3f752a2 100644 --- a/netbox/templates/circuits/circuitgroupassignment.html +++ b/netbox/templates/circuits/circuitgroupassignment.html @@ -14,7 +14,7 @@ {% block content %}
-
+

{% trans "Circuit Group Assignment" %}

@@ -39,7 +39,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
diff --git a/netbox/templates/circuits/circuittermination.html b/netbox/templates/circuits/circuittermination.html index d74d2c636b..c4e63495df 100644 --- a/netbox/templates/circuits/circuittermination.html +++ b/netbox/templates/circuits/circuittermination.html @@ -10,7 +10,7 @@ {% block content %}
-
+
{% if object %} @@ -37,7 +37,7 @@
{% plugin_left_page object %}
-
+
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/circuits/circuittype.html b/netbox/templates/circuits/circuittype.html index df34c4dea5..ae4c177545 100644 --- a/netbox/templates/circuits/circuittype.html +++ b/netbox/templates/circuits/circuittype.html @@ -14,7 +14,7 @@ {% block content %}
-
+

{% trans "Circuit Type" %}

@@ -41,7 +41,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/circuits/provider.html b/netbox/templates/circuits/provider.html index cc66726948..70f0c5ba57 100644 --- a/netbox/templates/circuits/provider.html +++ b/netbox/templates/circuits/provider.html @@ -15,7 +15,7 @@ {% block content %}
-
+

{% trans "Provider" %}

@@ -39,7 +39,7 @@ {% include 'inc/panels/comments.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/circuits/provideraccount.html b/netbox/templates/circuits/provideraccount.html index 9bb2bef20b..8715dfe1ed 100644 --- a/netbox/templates/circuits/provideraccount.html +++ b/netbox/templates/circuits/provideraccount.html @@ -12,7 +12,7 @@ {% block content %}
-
+

{% trans "Provider Account" %}

@@ -33,7 +33,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/custom_fields.html' %} diff --git a/netbox/templates/circuits/providernetwork.html b/netbox/templates/circuits/providernetwork.html index 5fd92615de..3348a0ae36 100644 --- a/netbox/templates/circuits/providernetwork.html +++ b/netbox/templates/circuits/providernetwork.html @@ -12,7 +12,7 @@ {% block content %}
-
+

{% trans "Provider Network" %}

@@ -37,7 +37,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/custom_fields.html' %} diff --git a/netbox/templates/circuits/virtualcircuit.html b/netbox/templates/circuits/virtualcircuit.html index 8fac4a04ef..1a23c35975 100644 --- a/netbox/templates/circuits/virtualcircuit.html +++ b/netbox/templates/circuits/virtualcircuit.html @@ -15,7 +15,7 @@ {% block content %}
-
+

{% trans "Virtual circuit" %}

@@ -61,7 +61,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %}
diff --git a/netbox/templates/circuits/virtualcircuittermination.html b/netbox/templates/circuits/virtualcircuittermination.html index c08e3c6045..73eeef4031 100644 --- a/netbox/templates/circuits/virtualcircuittermination.html +++ b/netbox/templates/circuits/virtualcircuittermination.html @@ -18,7 +18,7 @@ {% block content %}
-
+

{% trans "Virtual Circuit Termination" %}

@@ -48,7 +48,7 @@ {% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %} -
+

{% trans "Interface" %}

diff --git a/netbox/templates/circuits/virtualcircuittype.html b/netbox/templates/circuits/virtualcircuittype.html index 594d9ef22f..7574b9c836 100644 --- a/netbox/templates/circuits/virtualcircuittype.html +++ b/netbox/templates/circuits/virtualcircuittype.html @@ -14,7 +14,7 @@ {% block content %}
-
+

{% trans "Virtual Circuit Type" %}

@@ -41,7 +41,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/core/datasource.html b/netbox/templates/core/datasource.html index a5afedec60..517cfe30b0 100644 --- a/netbox/templates/core/datasource.html +++ b/netbox/templates/core/datasource.html @@ -26,7 +26,7 @@ {% block content %}
-
+

{% trans "Data Source" %}

@@ -79,7 +79,7 @@ {% include 'inc/panels/comments.html' %} {% plugin_left_page object %} -
+

{% trans "Backend" %}

{% with backend=object.backend_class %} diff --git a/netbox/templates/core/job.html b/netbox/templates/core/job.html index 1144dd8df7..a38c3650a5 100644 --- a/netbox/templates/core/job.html +++ b/netbox/templates/core/job.html @@ -30,7 +30,7 @@ {% block content %}
-
+

{% trans "Job" %}

@@ -61,7 +61,7 @@
-
+

{% trans "Scheduling" %}

diff --git a/netbox/templates/core/objectchange.html b/netbox/templates/core/objectchange.html index 5b61055874..5d5697135b 100644 --- a/netbox/templates/core/objectchange.html +++ b/netbox/templates/core/objectchange.html @@ -106,7 +106,7 @@
-
+

{% trans "Pre-Change Data" %}

@@ -126,7 +126,7 @@
-
+

{% trans "Post-Change Data" %}

@@ -146,10 +146,10 @@
-
+
{% plugin_left_page object %}
-
+
{% plugin_right_page object %}
diff --git a/netbox/templates/dcim/cable.html b/netbox/templates/dcim/cable.html index 7ccf6559f1..1a618155f0 100644 --- a/netbox/templates/dcim/cable.html +++ b/netbox/templates/dcim/cable.html @@ -7,7 +7,7 @@ {% block content %}
-
+

{% trans "Cable" %}

@@ -63,7 +63,7 @@ {% include 'inc/panels/comments.html' %} {% plugin_left_page object %} -
+

{% trans "Termination" %} A

{% include 'dcim/inc/cable_termination.html' with terminations=object.a_terminations %} diff --git a/netbox/templates/dcim/consoleport.html b/netbox/templates/dcim/consoleport.html index d6e4188b66..bd3c8cc4b9 100644 --- a/netbox/templates/dcim/consoleport.html +++ b/netbox/templates/dcim/consoleport.html @@ -12,7 +12,7 @@ {% block content %}
-
+

{% trans "Console Port" %}

@@ -50,7 +50,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+

{% trans "Connection" %}

{% if object.mark_connected %} diff --git a/netbox/templates/dcim/consoleserverport.html b/netbox/templates/dcim/consoleserverport.html index 1b79a23b2f..72dd12a881 100644 --- a/netbox/templates/dcim/consoleserverport.html +++ b/netbox/templates/dcim/consoleserverport.html @@ -12,7 +12,7 @@ {% block content %}
-
+

{% trans "Console Server Port" %}

@@ -50,7 +50,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+

{% trans "Connection" %}

diff --git a/netbox/templates/dcim/devicebay.html b/netbox/templates/dcim/devicebay.html index c47afcb323..1148a30e30 100644 --- a/netbox/templates/dcim/devicebay.html +++ b/netbox/templates/dcim/devicebay.html @@ -12,7 +12,7 @@ {% block content %}
-
+

{% trans "Device Bay" %}

@@ -38,7 +38,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+

{% trans "Installed Device" %}

{% if object.installed_device %} diff --git a/netbox/templates/dcim/devicerole.html b/netbox/templates/dcim/devicerole.html index d9e170af3c..e01c92cdfe 100644 --- a/netbox/templates/dcim/devicerole.html +++ b/netbox/templates/dcim/devicerole.html @@ -18,7 +18,7 @@ {% block content %}
-
+

{% trans "Device Role" %}

@@ -49,7 +49,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/dcim/devicetype.html b/netbox/templates/dcim/devicetype.html index 08e2f8d636..909b5276e7 100644 --- a/netbox/templates/dcim/devicetype.html +++ b/netbox/templates/dcim/devicetype.html @@ -6,7 +6,7 @@ {% block content %}
-
+

{% trans "Chassis" %}

@@ -96,7 +96,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} diff --git a/netbox/templates/dcim/frontport.html b/netbox/templates/dcim/frontport.html index b57c5835d1..163ccbc8ec 100644 --- a/netbox/templates/dcim/frontport.html +++ b/netbox/templates/dcim/frontport.html @@ -12,7 +12,7 @@ {% block content %}
-
+

{% trans "Front Port" %}

@@ -64,7 +64,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+

{% trans "Connection" %}

{% if object.mark_connected %} diff --git a/netbox/templates/dcim/interface.html b/netbox/templates/dcim/interface.html index 510780dd95..134c4e364f 100644 --- a/netbox/templates/dcim/interface.html +++ b/netbox/templates/dcim/interface.html @@ -22,7 +22,7 @@ {% block content %}
-
+

{% trans "Interface" %}

@@ -122,7 +122,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panel_table.html' with table=vdc_table heading="Virtual Device Contexts" %}

{% trans "Addressing" %}

diff --git a/netbox/templates/dcim/inventoryitem.html b/netbox/templates/dcim/inventoryitem.html index fd8ea42eb1..d389abe8e0 100644 --- a/netbox/templates/dcim/inventoryitem.html +++ b/netbox/templates/dcim/inventoryitem.html @@ -12,7 +12,7 @@ {% block content %}
-
+

{% trans "Inventory Item" %}

@@ -70,7 +70,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% plugin_right_page object %}
diff --git a/netbox/templates/dcim/inventoryitemrole.html b/netbox/templates/dcim/inventoryitemrole.html index 4cc3c5864d..13c16ddd6d 100644 --- a/netbox/templates/dcim/inventoryitemrole.html +++ b/netbox/templates/dcim/inventoryitemrole.html @@ -10,7 +10,7 @@ {% block content %}
-
+

{% trans "Inventory Item Role" %}

@@ -39,7 +39,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
diff --git a/netbox/templates/dcim/location.html b/netbox/templates/dcim/location.html index 97dcc20f05..8004027a70 100644 --- a/netbox/templates/dcim/location.html +++ b/netbox/templates/dcim/location.html @@ -21,7 +21,7 @@ {% block content %}
-
+

{% trans "Location" %}

@@ -64,7 +64,7 @@ {% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/image_attachments.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/dcim/macaddress.html b/netbox/templates/dcim/macaddress.html index 6d7532e6d2..489d55c081 100644 --- a/netbox/templates/dcim/macaddress.html +++ b/netbox/templates/dcim/macaddress.html @@ -6,7 +6,7 @@ {% block content %}
-
+

{% trans "MAC Address" %}

@@ -42,7 +42,7 @@ {% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
diff --git a/netbox/templates/dcim/manufacturer.html b/netbox/templates/dcim/manufacturer.html index 13c4b17641..cb6251f63e 100644 --- a/netbox/templates/dcim/manufacturer.html +++ b/netbox/templates/dcim/manufacturer.html @@ -28,7 +28,7 @@ {% block content %}
-
+

{% trans "Manufacturer" %}

@@ -45,7 +45,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/dcim/module.html b/netbox/templates/dcim/module.html index f702c6608d..2a40629441 100644 --- a/netbox/templates/dcim/module.html +++ b/netbox/templates/dcim/module.html @@ -49,7 +49,7 @@ {% block content %}
-
+

{% trans "Module" %}

@@ -87,7 +87,7 @@ {% include 'inc/panels/comments.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/dcim/modulebay.html b/netbox/templates/dcim/modulebay.html index 5ef17cad81..054a13b1c5 100644 --- a/netbox/templates/dcim/modulebay.html +++ b/netbox/templates/dcim/modulebay.html @@ -12,7 +12,7 @@ {% block content %}
-
+

{% trans "Module Bay" %}

@@ -47,7 +47,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/custom_fields.html' %}

{% trans "Installed Module" %}

diff --git a/netbox/templates/dcim/moduletype.html b/netbox/templates/dcim/moduletype.html index b3d53e09b3..e5ee7cb641 100644 --- a/netbox/templates/dcim/moduletype.html +++ b/netbox/templates/dcim/moduletype.html @@ -19,7 +19,7 @@ {% block content %}
-
+

{% trans "Module Type" %}

@@ -59,7 +59,7 @@ {% include 'inc/panels/comments.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/image_attachments.html' %} diff --git a/netbox/templates/dcim/platform.html b/netbox/templates/dcim/platform.html index 76b50fcbb7..bed496625b 100644 --- a/netbox/templates/dcim/platform.html +++ b/netbox/templates/dcim/platform.html @@ -21,7 +21,7 @@ {% block content %}
-
+

{% trans "Platform" %}

@@ -46,7 +46,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/dcim/powerfeed.html b/netbox/templates/dcim/powerfeed.html index fb36099652..d95cb13b39 100644 --- a/netbox/templates/dcim/powerfeed.html +++ b/netbox/templates/dcim/powerfeed.html @@ -16,7 +16,7 @@ {% block content %}
-
+

{% trans "Power Feed" %}

@@ -105,7 +105,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+

{% trans "Connection" %}

{% if object.mark_connected %} diff --git a/netbox/templates/dcim/poweroutlet.html b/netbox/templates/dcim/poweroutlet.html index 146f6d5804..8fc1359348 100644 --- a/netbox/templates/dcim/poweroutlet.html +++ b/netbox/templates/dcim/poweroutlet.html @@ -12,7 +12,7 @@ {% block content %}
-
+

{% trans "Power Outlet" %}

@@ -64,7 +64,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+

{% trans "Connection" %}

{% if object.mark_connected %} diff --git a/netbox/templates/dcim/powerpanel.html b/netbox/templates/dcim/powerpanel.html index c712bbd1f8..a685789f57 100644 --- a/netbox/templates/dcim/powerpanel.html +++ b/netbox/templates/dcim/powerpanel.html @@ -14,7 +14,7 @@ {% block content %}
-
+

{% trans "Power Panel" %}

@@ -36,7 +36,7 @@ {% include 'inc/panels/comments.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/image_attachments.html' %} diff --git a/netbox/templates/dcim/powerport.html b/netbox/templates/dcim/powerport.html index 7c25b2b5ba..be05fdae25 100644 --- a/netbox/templates/dcim/powerport.html +++ b/netbox/templates/dcim/powerport.html @@ -12,7 +12,7 @@ {% block content %}
-
+

{% trans "Power Port" %}

@@ -54,7 +54,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+

{% trans "Connection" %}

{% if object.mark_connected %} diff --git a/netbox/templates/dcim/rackrole.html b/netbox/templates/dcim/rackrole.html index 5c1ec5e071..87341d90e0 100644 --- a/netbox/templates/dcim/rackrole.html +++ b/netbox/templates/dcim/rackrole.html @@ -14,7 +14,7 @@ {% block content %}
-
+

{% trans "Rack Role" %}

@@ -37,7 +37,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/dcim/rearport.html b/netbox/templates/dcim/rearport.html index 7d5952c568..8aa0a5dfe9 100644 --- a/netbox/templates/dcim/rearport.html +++ b/netbox/templates/dcim/rearport.html @@ -12,7 +12,7 @@ {% block content %}
-
+

{% trans "Rear Port" %}

@@ -60,7 +60,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+

{% trans "Connection" %}

{% if object.mark_connected %} diff --git a/netbox/templates/dcim/region.html b/netbox/templates/dcim/region.html index 1e1b75cd59..b013b5f227 100644 --- a/netbox/templates/dcim/region.html +++ b/netbox/templates/dcim/region.html @@ -21,7 +21,7 @@ {% block content %}
-
+

{% trans "Region" %}

@@ -43,7 +43,7 @@ {% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% plugin_right_page object %}
diff --git a/netbox/templates/dcim/site.html b/netbox/templates/dcim/site.html index bf73b53869..cf65961d96 100644 --- a/netbox/templates/dcim/site.html +++ b/netbox/templates/dcim/site.html @@ -23,7 +23,7 @@ {% block content %}
-
+

{% trans "Site" %}

@@ -114,7 +114,7 @@ {% include 'inc/panels/comments.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' with filter_name='site_id' %} {% include 'inc/panels/image_attachments.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/dcim/sitegroup.html b/netbox/templates/dcim/sitegroup.html index 3ae43f2104..a0116f20bd 100644 --- a/netbox/templates/dcim/sitegroup.html +++ b/netbox/templates/dcim/sitegroup.html @@ -21,7 +21,7 @@ {% block content %}
-
+

{% trans "Site Group" %}

@@ -43,7 +43,7 @@ {% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% plugin_right_page object %}
diff --git a/netbox/templates/dcim/virtualdevicecontext.html b/netbox/templates/dcim/virtualdevicecontext.html index d7718cc8cd..2aec494b82 100644 --- a/netbox/templates/dcim/virtualdevicecontext.html +++ b/netbox/templates/dcim/virtualdevicecontext.html @@ -10,7 +10,7 @@ {% block content %}
-
+

{% trans "Virtual Device Context" %}

@@ -68,7 +68,7 @@ {% plugin_left_page object %} {% include 'inc/panels/tags.html' %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/custom_fields.html' %} diff --git a/netbox/templates/extras/customfield.html b/netbox/templates/extras/customfield.html index dbdbd057f7..c2ddff3552 100644 --- a/netbox/templates/extras/customfield.html +++ b/netbox/templates/extras/customfield.html @@ -5,7 +5,7 @@ {% block content %}
-
+

{% trans "Custom Field" %}

@@ -100,7 +100,7 @@ {% include 'inc/panels/comments.html' %} {% plugin_left_page object %} -
+

{% trans "Object Types" %}

diff --git a/netbox/templates/extras/customfieldchoiceset.html b/netbox/templates/extras/customfieldchoiceset.html index aebcdf2a95..885f217137 100644 --- a/netbox/templates/extras/customfieldchoiceset.html +++ b/netbox/templates/extras/customfieldchoiceset.html @@ -4,7 +4,7 @@ {% block content %}
-
+

Custom Field Choice Set

@@ -42,7 +42,7 @@ {% plugin_left_page object %} -
+

Choices ({{ object.choices|length }})

diff --git a/netbox/templates/extras/eventrule.html b/netbox/templates/extras/eventrule.html index 6df26af820..2b0bebe8f5 100644 --- a/netbox/templates/extras/eventrule.html +++ b/netbox/templates/extras/eventrule.html @@ -5,7 +5,7 @@ {% block content %}
-
+

{% trans "Event Rule" %}

@@ -56,7 +56,7 @@ {% plugin_left_page object %} -
+

{% trans "Conditions" %}

diff --git a/netbox/templates/extras/notificationgroup.html b/netbox/templates/extras/notificationgroup.html index 0258de6f52..36ceef3080 100644 --- a/netbox/templates/extras/notificationgroup.html +++ b/netbox/templates/extras/notificationgroup.html @@ -6,7 +6,7 @@ {% block content %}
-
+

{% trans "Notification Group" %}

@@ -26,7 +26,7 @@ {% plugin_left_page object %} -
+

{% trans "Groups" %}

diff --git a/netbox/templates/extras/object_configcontext.html b/netbox/templates/extras/object_configcontext.html index 4929fcc962..70333621ba 100644 --- a/netbox/templates/extras/object_configcontext.html +++ b/netbox/templates/extras/object_configcontext.html @@ -5,12 +5,12 @@ {% block content %}
-
+
{% include 'extras/inc/configcontext_data.html' with title="Rendered Context" data=rendered_context format=format copyid="rendered_context" %}
-
+
{% include 'extras/inc/configcontext_data.html' with title="Local Context" data=object.local_context_data format=format copyid="local_context" %}
@@ -38,7 +38,7 @@ {% plugin_left_page object %} -
+

{% trans "Allowed Object Types" %}

diff --git a/netbox/templates/extras/webhook.html b/netbox/templates/extras/webhook.html index 19a6bc4a2d..6ec1d3942e 100644 --- a/netbox/templates/extras/webhook.html +++ b/netbox/templates/extras/webhook.html @@ -5,7 +5,7 @@ {% block content %}
-
+

{% trans "Webhook" %}

@@ -55,7 +55,7 @@ {% plugin_left_page object %} -
+

{% trans "Additional Headers" %}

diff --git a/netbox/templates/ipam/aggregate.html b/netbox/templates/ipam/aggregate.html index de8d5dd60f..54452f1f3d 100644 --- a/netbox/templates/ipam/aggregate.html +++ b/netbox/templates/ipam/aggregate.html @@ -6,7 +6,7 @@ {% block content %}
-
+

{% trans "Aggregate" %}

@@ -47,7 +47,7 @@ {% plugin_left_page object %} -
+
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} diff --git a/netbox/templates/ipam/asn.html b/netbox/templates/ipam/asn.html index 7ad17c5a05..3a54e453bc 100644 --- a/netbox/templates/ipam/asn.html +++ b/netbox/templates/ipam/asn.html @@ -15,7 +15,7 @@ {% block content %}
-
+

{% trans "ASN" %}

@@ -47,7 +47,7 @@ {% plugin_left_page object %} {% include 'inc/panels/tags.html' %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} diff --git a/netbox/templates/ipam/asnrange.html b/netbox/templates/ipam/asnrange.html index 81d9cfda91..b5405cfda9 100644 --- a/netbox/templates/ipam/asnrange.html +++ b/netbox/templates/ipam/asnrange.html @@ -7,7 +7,7 @@ {% block content %}
-
+

{% trans "ASN Range" %}

@@ -43,7 +43,7 @@ {% plugin_left_page object %} {% include 'inc/panels/tags.html' %} -
+
{% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
diff --git a/netbox/templates/ipam/fhrpgroup.html b/netbox/templates/ipam/fhrpgroup.html index 943b11bb86..9c99acdb06 100644 --- a/netbox/templates/ipam/fhrpgroup.html +++ b/netbox/templates/ipam/fhrpgroup.html @@ -14,7 +14,7 @@ {% block content %}
-
+

{% trans "FHRP Group" %}

@@ -44,7 +44,7 @@ {% include 'inc/panels/comments.html' %} {% plugin_left_page object %} -
+

{% trans "Authentication" %}

diff --git a/netbox/templates/ipam/iprange.html b/netbox/templates/ipam/iprange.html index 19fbd51710..17cca97b48 100644 --- a/netbox/templates/ipam/iprange.html +++ b/netbox/templates/ipam/iprange.html @@ -5,7 +5,7 @@ {% block content %}
-
+

{% trans "IP Range" %}

@@ -71,7 +71,7 @@ {% plugin_left_page object %} -
+
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} diff --git a/netbox/templates/ipam/prefix.html b/netbox/templates/ipam/prefix.html index 2416fc0f7a..a582561bd1 100644 --- a/netbox/templates/ipam/prefix.html +++ b/netbox/templates/ipam/prefix.html @@ -7,7 +7,7 @@ {% block content %}
-
+

{% trans "Prefix" %}

@@ -85,7 +85,7 @@ {% plugin_left_page object %} -
+

{% trans "Addressing" %} diff --git a/netbox/templates/ipam/rir.html b/netbox/templates/ipam/rir.html index 077c85964e..2b8f4708b4 100644 --- a/netbox/templates/ipam/rir.html +++ b/netbox/templates/ipam/rir.html @@ -14,7 +14,7 @@ {% block content %}
-
+

{% trans "RIR" %}

@@ -35,7 +35,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/ipam/role.html b/netbox/templates/ipam/role.html index 73f5096430..2a9f80c6d6 100644 --- a/netbox/templates/ipam/role.html +++ b/netbox/templates/ipam/role.html @@ -14,7 +14,7 @@ {% block content %}
-
+

{% trans "Role" %}

@@ -35,7 +35,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/ipam/routetarget.html b/netbox/templates/ipam/routetarget.html index 8f2e22e282..2f7d8e8067 100644 --- a/netbox/templates/ipam/routetarget.html +++ b/netbox/templates/ipam/routetarget.html @@ -5,7 +5,7 @@ {% block content %}
-
+

{% trans "Route Target" %}

@@ -26,20 +26,20 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
-
+

{% trans "Importing VRFs" %}

{% htmx_table 'ipam:vrf_list' import_target_id=object.pk %}
-
+

{% trans "Exporting VRFs" %}

{% htmx_table 'ipam:vrf_list' export_target_id=object.pk %} @@ -47,13 +47,13 @@
-
+

{% trans "Importing L2VPNs" %}

{% htmx_table 'vpn:l2vpn_list' import_target_id=object.pk %}
-
+

{% trans "Exporting L2VPNs" %}

{% htmx_table 'vpn:l2vpn_list' export_target_id=object.pk %} diff --git a/netbox/templates/ipam/service.html b/netbox/templates/ipam/service.html index 950438f1e4..5eaf6b1a9d 100644 --- a/netbox/templates/ipam/service.html +++ b/netbox/templates/ipam/service.html @@ -16,7 +16,7 @@ {% block content %}
-
+

{% trans "Service" %}

@@ -54,7 +54,7 @@ {% plugin_left_page object %} -
+
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} diff --git a/netbox/templates/ipam/servicetemplate.html b/netbox/templates/ipam/servicetemplate.html index 912c8566a7..3048e97ab4 100644 --- a/netbox/templates/ipam/servicetemplate.html +++ b/netbox/templates/ipam/servicetemplate.html @@ -7,7 +7,7 @@ {% block content %}
-
+

{% trans "Service Template" %}

@@ -31,7 +31,7 @@ {% plugin_left_page object %} -
+
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} diff --git a/netbox/templates/ipam/vlan.html b/netbox/templates/ipam/vlan.html index fa480f2f65..72f5058aa1 100644 --- a/netbox/templates/ipam/vlan.html +++ b/netbox/templates/ipam/vlan.html @@ -7,7 +7,7 @@ {% block content %}
-
+

{% trans "VLAN" %}

@@ -86,7 +86,7 @@ {% plugin_left_page object %} -
+
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} diff --git a/netbox/templates/ipam/vlangroup.html b/netbox/templates/ipam/vlangroup.html index f994852be3..ab6c2e2c2e 100644 --- a/netbox/templates/ipam/vlangroup.html +++ b/netbox/templates/ipam/vlangroup.html @@ -22,7 +22,7 @@ {% block content %}
-
+

{% trans "VLAN Group" %}

@@ -51,7 +51,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/ipam/vrf.html b/netbox/templates/ipam/vrf.html index 644b81d713..e632e827da 100644 --- a/netbox/templates/ipam/vrf.html +++ b/netbox/templates/ipam/vrf.html @@ -8,7 +8,7 @@ {% block content %}
-
+

{% trans "VRF" %}

@@ -38,7 +38,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} @@ -46,10 +46,10 @@
-
+
{% include 'inc/panel_table.html' with table=import_targets_table heading="Import Route Targets" %}
-
+
{% include 'inc/panel_table.html' with table=export_targets_table heading="Export Route Targets" %}
diff --git a/netbox/templates/tenancy/contactgroup.html b/netbox/templates/tenancy/contactgroup.html index bf6928c150..7e34cf1226 100644 --- a/netbox/templates/tenancy/contactgroup.html +++ b/netbox/templates/tenancy/contactgroup.html @@ -13,7 +13,7 @@ {% block content %}
-
+

{% trans "Contact Group" %}

@@ -34,7 +34,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/tenancy/contactrole.html b/netbox/templates/tenancy/contactrole.html index e33d17a180..d6e1990fca 100644 --- a/netbox/templates/tenancy/contactrole.html +++ b/netbox/templates/tenancy/contactrole.html @@ -10,7 +10,7 @@ {% block content %}
-
+

{% trans "Contact Role" %}

@@ -27,7 +27,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/tenancy/tenantgroup.html b/netbox/templates/tenancy/tenantgroup.html index 0567f2ab3e..bf8cb32041 100644 --- a/netbox/templates/tenancy/tenantgroup.html +++ b/netbox/templates/tenancy/tenantgroup.html @@ -21,7 +21,7 @@ {% block content %}
-
+

{% trans "Tenant Group" %}

@@ -42,7 +42,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/virtualization/cluster.html b/netbox/templates/virtualization/cluster.html index 2abbef8e88..0dc7efe608 100644 --- a/netbox/templates/virtualization/cluster.html +++ b/netbox/templates/virtualization/cluster.html @@ -5,7 +5,7 @@ {% block content %}
-
+

{% trans "Cluster" %}

@@ -51,7 +51,7 @@ {% include 'inc/panels/comments.html' %} {% plugin_left_page object %} -
+

{% trans "Allocated Resources" %}

diff --git a/netbox/templates/virtualization/clustergroup.html b/netbox/templates/virtualization/clustergroup.html index ecc3a745df..8901ec21d7 100644 --- a/netbox/templates/virtualization/clustergroup.html +++ b/netbox/templates/virtualization/clustergroup.html @@ -14,7 +14,7 @@ {% block content %}
-
+

{% trans "Cluster Group" %}

@@ -31,7 +31,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/virtualization/clustertype.html b/netbox/templates/virtualization/clustertype.html index 3313a3ec1a..46ce8f2982 100644 --- a/netbox/templates/virtualization/clustertype.html +++ b/netbox/templates/virtualization/clustertype.html @@ -14,7 +14,7 @@ {% block content %}
-
+

{% trans "Cluster Type" %}

@@ -37,7 +37,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/virtualization/virtualdisk.html b/netbox/templates/virtualization/virtualdisk.html index 805d779a9f..852863c00f 100644 --- a/netbox/templates/virtualization/virtualdisk.html +++ b/netbox/templates/virtualization/virtualdisk.html @@ -13,7 +13,7 @@ {% block content %}
-
+

{% trans "Virtual Disk" %}

@@ -44,7 +44,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
diff --git a/netbox/templates/virtualization/virtualmachine.html b/netbox/templates/virtualization/virtualmachine.html index 37a42b1d46..46eab9f36c 100644 --- a/netbox/templates/virtualization/virtualmachine.html +++ b/netbox/templates/virtualization/virtualmachine.html @@ -7,7 +7,7 @@ {% block content %}
-
+

{% trans "Virtual Machine" %}

@@ -87,7 +87,7 @@ {% include 'inc/panels/comments.html' %} {% plugin_left_page object %} -
+

{% trans "Cluster" %}

diff --git a/netbox/templates/virtualization/vminterface.html b/netbox/templates/virtualization/vminterface.html index 88c9379cf7..f333d40d6b 100644 --- a/netbox/templates/virtualization/vminterface.html +++ b/netbox/templates/virtualization/vminterface.html @@ -13,7 +13,7 @@ {% block content %}
-
+

{% trans "Interface" %}

@@ -64,7 +64,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/custom_fields.html' %}

{% trans "Addressing" %}

diff --git a/netbox/templates/vpn/ikepolicy.html b/netbox/templates/vpn/ikepolicy.html index baab89e7ee..a098fb91bd 100644 --- a/netbox/templates/vpn/ikepolicy.html +++ b/netbox/templates/vpn/ikepolicy.html @@ -5,7 +5,7 @@ {% block content %}
-
+

{% trans "IKE Policy" %}

@@ -44,7 +44,7 @@ {% plugin_left_page object %} -
+
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/tags.html' %} diff --git a/netbox/templates/vpn/ikeproposal.html b/netbox/templates/vpn/ikeproposal.html index 9cdcdd2a20..fdc87455b8 100644 --- a/netbox/templates/vpn/ikeproposal.html +++ b/netbox/templates/vpn/ikeproposal.html @@ -5,7 +5,7 @@ {% block content %}
-
+

{% trans "IKE Proposal" %}

@@ -47,7 +47,7 @@ {% plugin_left_page object %} -
+
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/tags.html' %} diff --git a/netbox/templates/vpn/ipsecpolicy.html b/netbox/templates/vpn/ipsecpolicy.html index a75dbc59a5..0daa5aba2e 100644 --- a/netbox/templates/vpn/ipsecpolicy.html +++ b/netbox/templates/vpn/ipsecpolicy.html @@ -5,7 +5,7 @@ {% block content %}
-
+

{% trans "IPSec Policy" %}

@@ -31,7 +31,7 @@ {% plugin_left_page object %} -
+
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/tags.html' %} diff --git a/netbox/templates/vpn/ipsecprofile.html b/netbox/templates/vpn/ipsecprofile.html index bed3fba696..d7d5a1e5b6 100644 --- a/netbox/templates/vpn/ipsecprofile.html +++ b/netbox/templates/vpn/ipsecprofile.html @@ -5,7 +5,7 @@ {% block content %}
-
+

{% trans "IPSec Profile" %}

@@ -28,7 +28,7 @@ {% include 'inc/panels/comments.html' %} {% plugin_left_page object %} -
+

{% trans "IKE Policy" %}

diff --git a/netbox/templates/vpn/ipsecproposal.html b/netbox/templates/vpn/ipsecproposal.html index f103a77d1a..5b199905ed 100644 --- a/netbox/templates/vpn/ipsecproposal.html +++ b/netbox/templates/vpn/ipsecproposal.html @@ -5,7 +5,7 @@ {% block content %}
-
+

{% trans "IPSec Proposal" %}

@@ -43,7 +43,7 @@ {% plugin_left_page object %} -
+
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/tags.html' %} diff --git a/netbox/templates/vpn/l2vpn.html b/netbox/templates/vpn/l2vpn.html index 7f64d8086e..fd47da3e63 100644 --- a/netbox/templates/vpn/l2vpn.html +++ b/netbox/templates/vpn/l2vpn.html @@ -6,7 +6,7 @@ {% block content %}
-
+

{% trans "L2VPN Attributes" %}

@@ -35,17 +35,17 @@ {% include 'inc/panels/tags.html' with tags=object.tags.all url='vpn:l2vpn_list' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
-
+
{% include 'inc/panel_table.html' with table=import_targets_table heading="Import Route Targets" %}
-
+
{% include 'inc/panel_table.html' with table=export_targets_table heading="Export Route Targets" %}
diff --git a/netbox/templates/vpn/l2vpntermination.html b/netbox/templates/vpn/l2vpntermination.html index 75567e5997..8b6b31aa7a 100644 --- a/netbox/templates/vpn/l2vpntermination.html +++ b/netbox/templates/vpn/l2vpntermination.html @@ -4,7 +4,7 @@ {% block content %}
-
+

{% trans "L2VPN Attributes" %}

@@ -19,7 +19,7 @@
-
+
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' with tags=object.tags.all url='vpn:l2vpntermination_list' %}
diff --git a/netbox/templates/vpn/tunnel.html b/netbox/templates/vpn/tunnel.html index b8e95cac37..4e4b5f56e1 100644 --- a/netbox/templates/vpn/tunnel.html +++ b/netbox/templates/vpn/tunnel.html @@ -13,7 +13,7 @@ {% block content %}
-
+

{% trans "Tunnel" %}

@@ -58,7 +58,7 @@ {% plugin_left_page object %} -
+
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} diff --git a/netbox/templates/vpn/tunnelgroup.html b/netbox/templates/vpn/tunnelgroup.html index 32caaafc00..b4d23b057c 100644 --- a/netbox/templates/vpn/tunnelgroup.html +++ b/netbox/templates/vpn/tunnelgroup.html @@ -18,7 +18,7 @@ {% block content %}
-
+

{% trans "Tunnel Group" %}

@@ -35,7 +35,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/vpn/tunneltermination.html b/netbox/templates/vpn/tunneltermination.html index 6b0ade829a..bc5c591ec3 100644 --- a/netbox/templates/vpn/tunneltermination.html +++ b/netbox/templates/vpn/tunneltermination.html @@ -5,7 +5,7 @@ {% block content %}
-
+

{% trans "Tunnel Termination" %}

@@ -39,7 +39,7 @@ {% plugin_left_page object %} -
+
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/wireless/wirelesslan.html b/netbox/templates/wireless/wirelesslan.html index 54473ea549..e2aa1f94b6 100644 --- a/netbox/templates/wireless/wirelesslan.html +++ b/netbox/templates/wireless/wirelesslan.html @@ -6,7 +6,7 @@ {% block content %}
-
+

{% trans "Wireless LAN" %}

@@ -53,7 +53,7 @@ {% include 'inc/panels/comments.html' %} {% plugin_left_page object %} -
+
{% include 'wireless/inc/authentication_attrs.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/wireless/wirelesslangroup.html b/netbox/templates/wireless/wirelesslangroup.html index cb08b1b520..ee6cafaa33 100644 --- a/netbox/templates/wireless/wirelesslangroup.html +++ b/netbox/templates/wireless/wirelesslangroup.html @@ -21,7 +21,7 @@ {% block content %}
-
+

{% trans "Wireless LAN Group" %}

@@ -42,7 +42,7 @@ {% include 'inc/panels/tags.html' %} {% plugin_left_page object %} -
+
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %} diff --git a/netbox/templates/wireless/wirelesslink.html b/netbox/templates/wireless/wirelesslink.html index e089e0dc4e..c1a80aba0c 100644 --- a/netbox/templates/wireless/wirelesslink.html +++ b/netbox/templates/wireless/wirelesslink.html @@ -5,7 +5,7 @@ {% block content %}
-
+

{% trans "Interface" %} A

{% include 'wireless/inc/wirelesslink_interface.html' with interface=object.interface_a %} @@ -50,7 +50,7 @@ {% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
-
+

{% trans "Interface" %} B

{% include 'wireless/inc/wirelesslink_interface.html' with interface=object.interface_b %}