From 0fa98d3aefbb4177e576149bbd28056aef5abfc7 Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 21 Apr 2025 11:02:56 -0700 Subject: [PATCH 1/3] 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 d47b380fd..1037000ba 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 432c35764..0ada4cc53 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 f1bb9f5d4..bca3f752a 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 d74d2c636..c4e63495d 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 df34c4dea..ae4c17754 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 cc6672694..70f0c5ba5 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 9bb2bef20..8715dfe1e 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 5fd92615d..3348a0ae3 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 8fac4a04e..1a23c3597 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 c08e3c604..73eeef403 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 594d9ef22..7574b9c83 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 a5afedec6..517cfe30b 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 1144dd8df..a38c3650a 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 5b6105587..5d5697135 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 7ccf6559f..1a618155f 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 d6e4188b6..bd3c8cc4b 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 1b79a23b2..72dd12a88 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 c47afcb32..1148a30e3 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 d9e170af3..e01c92cdf 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 08e2f8d63..909b5276e 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 b57c5835d..163ccbc8e 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 510780dd9..134c4e364 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 fd8ea42eb..d389abe8e 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 4cc3c5864..13c16ddd6 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 97dcc20f0..8004027a7 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 6d7532e6d..489d55c08 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 13c4b1764..cb6251f63 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 f702c6608..2a4062944 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 5ef17cad8..054a13b1c 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 b3d53e09b..e5ee7cb64 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 76b50fcbb..bed496625 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 fb3609965..d95cb13b3 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 146f6d580..8fc135934 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 c712bbd1f..a685789f5 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 7c25b2b5b..be05fdae2 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 5c1ec5e07..87341d90e 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 7d5952c56..8aa0a5dfe 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 1e1b75cd5..b013b5f22 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 bf73b5386..cf65961d9 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 3ae43f210..a0116f20b 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 d7718cc8c..2aec494b8 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 dbdbd057f..c2ddff355 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 aebcdf2a9..885f21713 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 6df26af82..2b0bebe8f 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 0258de6f5..36ceef308 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 4929fcc96..70333621b 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 19a6bc4a2..6ec1d3942 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 de8d5dd60..54452f1f3 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 7ad17c5a0..3a54e453b 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 81d9cfda9..b5405cfda 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 943b11bb8..9c99acdb0 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 19fbd5171..17cca97b4 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 2416fc0f7..a582561bd 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 077c85964..2b8f4708b 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 73f509643..2a9f80c6d 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 8f2e22e28..2f7d8e806 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 950438f1e..5eaf6b1a9 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 912c8566a..3048e97ab 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 fa480f2f6..72f5058aa 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 f994852be..ab6c2e2c2 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 644b81d71..e632e827d 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 bf6928c15..7e34cf122 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 e33d17a18..d6e1990fc 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 0567f2ab3..bf8cb3204 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 2abbef8e8..0dc7efe60 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 ecc3a745d..8901ec21d 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 3313a3ec1..46ce8f298 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 805d779a9..852863c00 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 37a42b1d4..46eab9f36 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 88c9379cf..f333d40d6 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 baab89e7e..a098fb91b 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 9cdcdd2a2..fdc87455b 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 a75dbc59a..0daa5aba2 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 bed3fba69..d7d5a1e5b 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 f103a77d1..5b199905e 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 7f64d8086..fd47da3e6 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 75567e599..8b6b31aa7 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 b8e95cac3..4e4b5f56e 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 32caaafc0..b4d23b057 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 6b0ade829..bc5c591ec 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 54473ea54..e2aa1f94b 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 cb08b1b52..ee6cafaa3 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 e089e0dc4..c1a80aba0 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 %} From 717b9d5232344be35d80e74f60f9e81781ced087 Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 21 Apr 2025 11:41:56 -0700 Subject: [PATCH 2/3] 17613 Add column support for mobile devices --- netbox/templates/dcim/racktype.html | 4 ++-- netbox/templates/dcim/virtualchassis.html | 4 ++-- netbox/templates/ipam/ipaddress.html | 2 +- netbox/templates/ipam/vlantranslationpolicy.html | 2 +- netbox/templates/ipam/vlantranslationrule.html | 4 ++-- netbox/templates/tenancy/contact.html | 2 +- netbox/templates/tenancy/tenant.html | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/netbox/templates/dcim/racktype.html b/netbox/templates/dcim/racktype.html index 75bea4207..cfeba02fe 100644 --- a/netbox/templates/dcim/racktype.html +++ b/netbox/templates/dcim/racktype.html @@ -8,7 +8,7 @@ {% block content %}
-
+

{% trans "Rack Type" %}

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

{% trans "Weight" %}

diff --git a/netbox/templates/dcim/virtualchassis.html b/netbox/templates/dcim/virtualchassis.html index d48306257..cce005ed1 100644 --- a/netbox/templates/dcim/virtualchassis.html +++ b/netbox/templates/dcim/virtualchassis.html @@ -15,7 +15,7 @@ {% block content %}
-
+

{% trans "Virtual Chassis" %}

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

{% trans "Members" %} diff --git a/netbox/templates/ipam/ipaddress.html b/netbox/templates/ipam/ipaddress.html index d9196d9e8..42e61040a 100644 --- a/netbox/templates/ipam/ipaddress.html +++ b/netbox/templates/ipam/ipaddress.html @@ -6,7 +6,7 @@ {% block content %}
-
+

{% trans "IP Address" %}

diff --git a/netbox/templates/ipam/vlantranslationpolicy.html b/netbox/templates/ipam/vlantranslationpolicy.html index 58a1201d4..399054881 100644 --- a/netbox/templates/ipam/vlantranslationpolicy.html +++ b/netbox/templates/ipam/vlantranslationpolicy.html @@ -6,7 +6,7 @@ {% block content %}
-
+

{% trans "VLAN Translation Policy" %}

diff --git a/netbox/templates/ipam/vlantranslationrule.html b/netbox/templates/ipam/vlantranslationrule.html index 7f3aad2ad..042ade7fc 100644 --- a/netbox/templates/ipam/vlantranslationrule.html +++ b/netbox/templates/ipam/vlantranslationrule.html @@ -6,7 +6,7 @@ {% block content %}
-
+

{% trans "VLAN Translation Rule" %}

@@ -30,7 +30,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/tenancy/contact.html b/netbox/templates/tenancy/contact.html index b2d1a4078..48a823a06 100644 --- a/netbox/templates/tenancy/contact.html +++ b/netbox/templates/tenancy/contact.html @@ -13,7 +13,7 @@ {% block content %}
-
+

{% trans "Contact" %}

diff --git a/netbox/templates/tenancy/tenant.html b/netbox/templates/tenancy/tenant.html index ad2b5efef..a3a977697 100644 --- a/netbox/templates/tenancy/tenant.html +++ b/netbox/templates/tenancy/tenant.html @@ -12,7 +12,7 @@ {% block content %}
-
+

{% trans "Tenant" %}

From 79ece657ec9cacf30941deae33af9bc59e1c52a2 Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 21 Apr 2025 11:52:19 -0700 Subject: [PATCH 3/3] 17613 Add column support for mobile devices --- netbox/templates/core/objectchange.html | 4 ++-- netbox/templates/extras/configcontext.html | 4 ++-- netbox/templates/extras/configtemplate.html | 2 +- netbox/templates/extras/customlink.html | 4 ++-- netbox/templates/extras/exporttemplate.html | 2 +- netbox/templates/extras/savedfilter.html | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/netbox/templates/core/objectchange.html b/netbox/templates/core/objectchange.html index 5d5697135..ae32e44db 100644 --- a/netbox/templates/core/objectchange.html +++ b/netbox/templates/core/objectchange.html @@ -24,7 +24,7 @@ {% block content %}
-
+

{% trans "Change" %}

@@ -73,7 +73,7 @@
-
+

{% trans "Difference" %} diff --git a/netbox/templates/extras/configcontext.html b/netbox/templates/extras/configcontext.html index e60b3f234..b33eddadd 100644 --- a/netbox/templates/extras/configcontext.html +++ b/netbox/templates/extras/configcontext.html @@ -5,7 +5,7 @@ {% block content %}
-
+

{% trans "Config Context" %}

@@ -76,7 +76,7 @@
-
+
{% include 'inc/sync_warning.html' %}
{% include 'extras/inc/configcontext_data.html' with title="Data" data=object.data format=format copyid="data" %} diff --git a/netbox/templates/extras/configtemplate.html b/netbox/templates/extras/configtemplate.html index 5218a3b8f..116edeaaf 100644 --- a/netbox/templates/extras/configtemplate.html +++ b/netbox/templates/extras/configtemplate.html @@ -5,7 +5,7 @@ {% block content %}
-
+

{% trans "Config Template" %}

diff --git a/netbox/templates/extras/customlink.html b/netbox/templates/extras/customlink.html index a3408ddff..7e9740402 100644 --- a/netbox/templates/extras/customlink.html +++ b/netbox/templates/extras/customlink.html @@ -5,7 +5,7 @@ {% block content %}
-
+

{% trans "Custom Link" %}

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

{% trans "Link Text" %}

diff --git a/netbox/templates/extras/exporttemplate.html b/netbox/templates/extras/exporttemplate.html index 5a19426f2..c0d69be70 100644 --- a/netbox/templates/extras/exporttemplate.html +++ b/netbox/templates/extras/exporttemplate.html @@ -7,7 +7,7 @@ {% block content %}
-
+

{% trans "Export Template" %}

diff --git a/netbox/templates/extras/savedfilter.html b/netbox/templates/extras/savedfilter.html index 808cb94ba..704e0876e 100644 --- a/netbox/templates/extras/savedfilter.html +++ b/netbox/templates/extras/savedfilter.html @@ -5,7 +5,7 @@ {% block content %}
-
+

{% trans "Saved Filter" %}

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

{% trans "Parameters" %}