diff --git a/netbox/templates/circuits/circuit.html b/netbox/templates/circuits/circuit.html index d47b380fda8..1037000ba3c 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 432c3576481..0ada4cc539f 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 @@

{% trans "Circuit Group" %}

{% 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 f1bb9f5d43a..bca3f752a2d 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 @@

{% trans "Circuit Group Assignment" %}

{% 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 d74d2c636bd..c4e63495df3 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 df34c4dea5e..ae4c1775451 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 @@

{% trans "Circuit Type" %}

{% 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 cc66726948d..70f0c5ba570 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 @@

{% trans "Provider" %}

{% 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 9bb2bef20bf..8715dfe1edb 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 @@

{% trans "Provider Account" %}

{% 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 5fd92615de2..3348a0ae369 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 @@

{% trans "Provider Network" %}

{% 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 8fac4a04efb..1a23c35975e 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 @@

{% trans "Virtual circuit" %}

{% 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 c08e3c60451..73eeef4031d 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 @@

{% trans "Virtual Circuit Termination" %}

{% 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 594d9ef22f5..7574b9c836a 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 @@

{% trans "Virtual Circuit Type" %}

{% 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 a5afedec609..517cfe30b04 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 @@

{% trans "Data Source" %}

{% 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 1144dd8df73..a38c3650a51 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 "Job" %}

-
+

{% trans "Scheduling" %}

diff --git a/netbox/templates/core/objectchange.html b/netbox/templates/core/objectchange.html index 5b610558740..ae32e44dbe2 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 "Change" %}

-
+

{% trans "Difference" %} @@ -106,7 +106,7 @@

-
+

{% trans "Pre-Change Data" %}

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

{% trans "Pre-Change Data" %}

-
+

{% trans "Post-Change Data" %}

@@ -146,10 +146,10 @@

{% trans "Post-Change Data" %}

-
+
{% plugin_left_page object %}
-
+
{% plugin_right_page object %}
diff --git a/netbox/templates/dcim/cable.html b/netbox/templates/dcim/cable.html index 7ccf6559f13..1a618155f08 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 @@

{% trans "Cable" %}

{% 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 d6e4188b66a..bd3c8cc4b95 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 @@

{% trans "Console Port" %}

{% 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 1b79a23b2fe..72dd12a8811 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 @@

{% trans "Console Server Port" %}

{% 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 c47afcb3236..1148a30e303 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 @@

{% trans "Device Bay" %}

{% 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 d9e170af3c7..e01c92cdfed 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 @@

{% trans "Device Role" %}

{% 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 08e2f8d6361..909b5276e73 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 @@

{% trans "Chassis" %}

{% 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 b57c5835d17..163ccbc8ecc 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 @@

{% trans "Front Port" %}

{% 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 510780dd954..134c4e364f7 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 @@

{% trans "Related Interfaces" %}

{% 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 fd8ea42eb10..d389abe8e02 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 @@

{% trans "Inventory Item" %}

{% 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 4cc3c5864d0..13c16ddd6d7 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 @@

{% trans "Inventory Item Role" %}

{% 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 97dcc20f054..8004027a705 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 @@

{% trans "Location" %}

{% 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 6d7532e6d25..489d55c081f 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 @@

{% trans "MAC Address" %}

{% 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 13c4b17641b..cb6251f63e0 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 @@

{% trans "Manufacturer" %}

{% 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 f702c6608d0..2a40629441a 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 @@

{% trans "Module" %}

{% 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 5ef17cad81b..054a13b1c58 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 @@

{% trans "Module Bay" %}

{% 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 b3d53e09b36..e5ee7cb6414 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 @@

{% trans "Module Type" %}

{% 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 76b50fcbb7c..bed496625bb 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 @@

{% trans "Platform" %}

{% 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 fb360996520..d95cb13b39d 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 @@

{% trans "Electrical Characteristics" %}

{% 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 146f6d5804f..8fc13593486 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 @@

{% trans "Power Outlet" %}

{% 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 c712bbd1f81..a685789f57c 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 @@

{% trans "Power Panel" %}

{% 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 7c25b2b5bac..be05fdae256 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 @@

{% trans "Power Port" %}

{% 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 5c1ec5e0716..87341d90e0b 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 @@

{% trans "Rack Role" %}

{% 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/racktype.html b/netbox/templates/dcim/racktype.html index 75bea420748..cfeba02fea9 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 @@

{% trans "Rack Type" %}

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

{% trans "Weight" %}

diff --git a/netbox/templates/dcim/rearport.html b/netbox/templates/dcim/rearport.html index 7d5952c5684..8aa0a5dfe98 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 @@

{% trans "Rear Port" %}

{% 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 1e1b75cd595..b013b5f2277 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 @@

{% trans "Region" %}

{% 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 bf73b53869a..cf65961d966 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 @@

{% trans "Site" %}

{% 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 3ae43f2104e..a0116f20bdd 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 @@

{% trans "Site Group" %}

{% 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/virtualchassis.html b/netbox/templates/dcim/virtualchassis.html index d4830625733..cce005ed16c 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 @@

{% trans "Virtual Chassis" %}

{% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %} -
+

{% trans "Members" %} diff --git a/netbox/templates/dcim/virtualdevicecontext.html b/netbox/templates/dcim/virtualdevicecontext.html index d7718cc8cd0..2aec494b827 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 @@

{% trans "Virtual Device Context" %}

{% 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/configcontext.html b/netbox/templates/extras/configcontext.html index e60b3f23495..b33eddaddb9 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 @@

{% trans "Assignment" %}

-
+
{% 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 5218a3b8f89..116edeaaf7e 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/customfield.html b/netbox/templates/extras/customfield.html index dbdbd057f76..c2ddff35521 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 @@

{% trans "Behavior" %}

{% 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 aebcdf2a955..885f217137b 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 @@

Custom Field Choice Set

{% plugin_left_page object %} -
+

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

diff --git a/netbox/templates/extras/customlink.html b/netbox/templates/extras/customlink.html index a3408ddff5c..7e974040231 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 @@

{% trans "Assigned Models" %}

{% plugin_left_page object %} -
+

{% trans "Link Text" %}

diff --git a/netbox/templates/extras/eventrule.html b/netbox/templates/extras/eventrule.html index 6df26af820e..2b0bebe8f5c 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 @@

{% trans "Event Types" %}

{% plugin_left_page object %} -
+

{% trans "Conditions" %}

diff --git a/netbox/templates/extras/exporttemplate.html b/netbox/templates/extras/exporttemplate.html index 5a19426f257..c0d69be7081 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/notificationgroup.html b/netbox/templates/extras/notificationgroup.html index 0258de6f521..36ceef3080d 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 @@

{% trans "Notification Group" %}

{% plugin_left_page object %} -
+

{% trans "Groups" %}

diff --git a/netbox/templates/extras/object_configcontext.html b/netbox/templates/extras/object_configcontext.html index 4929fcc962d..70333621ba2 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" %}
@@ -47,7 +47,7 @@

{% trans "Assigned Models" %}

{% plugin_left_page object %} -
+

{% trans "Parameters" %}

diff --git a/netbox/templates/extras/tag.html b/netbox/templates/extras/tag.html index 5f259e124d0..15713a1d6a0 100644 --- a/netbox/templates/extras/tag.html +++ b/netbox/templates/extras/tag.html @@ -6,7 +6,7 @@ {% block content %}
-
+

{% trans "Tag" %}

@@ -38,7 +38,7 @@

{% trans "Tag" %}

{% plugin_left_page object %} -
+

{% trans "Allowed Object Types" %}

diff --git a/netbox/templates/extras/webhook.html b/netbox/templates/extras/webhook.html index 19a6bc4a2d9..6ec1d3942eb 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 @@

{% trans "SSL" %}

{% plugin_left_page object %} -
+

{% trans "Additional Headers" %}

diff --git a/netbox/templates/ipam/aggregate.html b/netbox/templates/ipam/aggregate.html index de8d5dd60f0..54452f1f3d4 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 @@

{% trans "Aggregate" %}

{% 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 7ad17c5a051..3a54e453bcc 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 @@

{% trans "ASN" %}

{% 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 81d9cfda911..b5405cfda97 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 @@

{% trans "ASN Range" %}

{% 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 943b11bb860..9c99acdb069 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 @@

{% trans "FHRP Group" %}

{% include 'inc/panels/comments.html' %} {% plugin_left_page object %} -
+

{% trans "Authentication" %}

diff --git a/netbox/templates/ipam/ipaddress.html b/netbox/templates/ipam/ipaddress.html index d9196d9e868..42e61040a67 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/iprange.html b/netbox/templates/ipam/iprange.html index 19fbd517101..17cca97b485 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 @@

{% trans "IP Range" %}

{% 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 2416fc0f7a6..a582561bd1e 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 @@

{% trans "Prefix" %}

{% plugin_left_page object %} -
+

{% trans "Addressing" %} diff --git a/netbox/templates/ipam/rir.html b/netbox/templates/ipam/rir.html index 077c85964ee..2b8f4708b4d 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 @@

{% trans "RIR" %}

{% 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 73f50964300..2a9f80c6d66 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 @@

{% trans "Role" %}

{% 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 8f2e22e2825..2f7d8e80674 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 @@

{% trans "Route Target" %}

{% 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 "Exporting VRFs" %}

-
+

{% 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 950438f1e45..5eaf6b1a9d9 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 @@

{% trans "Service" %}

{% 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 912c8566a71..3048e97ab44 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 @@

{% trans "Service Template" %}

{% 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 fa480f2f656..72f5058aa1a 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 @@

{% trans "VLAN" %}

{% 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 f994852be36..ab6c2e2c2e1 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 @@

{% trans "VLAN Group" %}

{% 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/vlantranslationpolicy.html b/netbox/templates/ipam/vlantranslationpolicy.html index 58a1201d480..399054881b2 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 7f3aad2ad6a..042ade7fcb9 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 @@

{% trans "VLAN Translation Rule" %}

{% 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/vrf.html b/netbox/templates/ipam/vrf.html index 644b81d7131..e632e827dae 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 @@

{% trans "VRF" %}

{% 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 @@

{% trans "VRF" %}

-
+
{% 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/contact.html b/netbox/templates/tenancy/contact.html index b2d1a4078b7..48a823a0647 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/contactgroup.html b/netbox/templates/tenancy/contactgroup.html index bf6928c150d..7e34cf12260 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 @@

{% trans "Contact Group" %}

{% 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 e33d17a1801..d6e1990fca3 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 @@

{% trans "Contact Role" %}

{% 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/tenant.html b/netbox/templates/tenancy/tenant.html index ad2b5efefdf..a3a9776970c 100644 --- a/netbox/templates/tenancy/tenant.html +++ b/netbox/templates/tenancy/tenant.html @@ -12,7 +12,7 @@ {% block content %}
-
+

{% trans "Tenant" %}

diff --git a/netbox/templates/tenancy/tenantgroup.html b/netbox/templates/tenancy/tenantgroup.html index 0567f2ab3e2..bf8cb32041a 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 @@

{% trans "Tenant Group" %}

{% 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 2abbef8e882..0dc7efe608c 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 @@

{% trans "Cluster" %}

{% 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 ecc3a745df8..8901ec21d7a 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 @@

{% trans "Cluster Group" %}

{% 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 3313a3ec1a2..46ce8f2982b 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 @@

{% trans "Cluster Type" %}

{% 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 805d779a9fc..852863c00fc 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 @@

{% trans "Virtual Disk" %}

{% 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 37a42b1d46e..46eab9f36cd 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 @@

{% trans "Virtual Machine" %}

{% 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 88c9379cf79..f333d40d6bf 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 @@

{% trans "Interface" %}

{% 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 baab89e7ee8..a098fb91bde 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 @@

{% trans "IKE Policy" %}

{% 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 9cdcdd2a207..fdc87455b85 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 @@

{% trans "IKE Proposal" %}

{% 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 a75dbc59a58..0daa5aba2ee 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 @@

{% trans "IPSec Policy" %}

{% 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 bed3fba696c..d7d5a1e5b6e 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 @@

{% trans "IPSec Profile" %}

{% 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 f103a77d1a8..5b199905ed9 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 @@

{% trans "IPSec Proposal" %}

{% 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 7f64d8086e4..fd47da3e63a 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 @@

{% trans "L2VPN Attributes" %}

{% 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 75567e59976..8b6b31aa7a6 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 @@

{% trans "L2VPN Attributes" %}

-
+
{% 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 b8e95cac379..4e4b5f56e1c 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 @@

{% trans "Tunnel" %}

{% 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 32caaafc009..b4d23b057ce 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 @@

{% trans "Tunnel Group" %}

{% 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 6b0ade829a0..bc5c591ec3b 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 @@

{% trans "Tunnel Termination" %}

{% 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 54473ea549b..e2aa1f94b62 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 @@

{% trans "Wireless LAN" %}

{% 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 cb08b1b520f..ee6cafaa33e 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 @@

{% trans "Wireless LAN Group" %}

{% 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 e089e0dc4e0..c1a80aba0c8 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 @@

{% trans "Link Properties" %}

{% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
-
+

{% trans "Interface" %} B

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