-
+
{% if object.mark_connected %}
{% trans "Marked as Connected" %}
diff --git a/netbox/templates/dcim/htmx/cable_edit.html b/netbox/templates/dcim/htmx/cable_edit.html
index acd7baf0f..617d00881 100644
--- a/netbox/templates/dcim/htmx/cable_edit.html
+++ b/netbox/templates/dcim/htmx/cable_edit.html
@@ -7,7 +7,7 @@
{# A side termination #}
-
{% trans "A Side" %}
+ {% trans "A Side" %}
{% render_field form.a_terminations_type %}
{% if 'termination_a_device' in form.fields %}
@@ -27,7 +27,7 @@
{# B side termination #}
-
{% trans "B Side" %}
+ {% trans "B Side" %}
{% render_field form.b_terminations_type %}
{% if 'termination_b_device' in form.fields %}
@@ -47,7 +47,7 @@
{# Cable attributes #}
-
{% trans "Cable" %}
+ {% trans "Cable" %}
{% render_field form.status %}
{% render_field form.type %}
@@ -69,7 +69,7 @@
-
{% trans "Tenancy" %}
+ {% trans "Tenancy" %}
{% render_field form.tenant_group %}
{% render_field form.tenant %}
@@ -78,7 +78,7 @@
{% if form.custom_fields %}
-
{% trans "Custom Fields" %}
+ {% trans "Custom Fields" %}
{% render_custom_fields form %}
@@ -86,7 +86,7 @@
{% if form.comments %}
-
{% trans "Comments" %}
+ {% trans "Comments" %}
{% render_field form.comments %}
{% endif %}
diff --git a/netbox/templates/dcim/inc/panels/inventory_items.html b/netbox/templates/dcim/inc/panels/inventory_items.html
index 124d4221d..0f499c5bb 100644
--- a/netbox/templates/dcim/inc/panels/inventory_items.html
+++ b/netbox/templates/dcim/inc/panels/inventory_items.html
@@ -2,7 +2,7 @@
{% load i18n %}
-
+
diff --git a/netbox/templates/dcim/interface.html b/netbox/templates/dcim/interface.html
index 0c9b639f8..ad2fb14b8 100644
--- a/netbox/templates/dcim/interface.html
+++ b/netbox/templates/dcim/interface.html
@@ -24,7 +24,7 @@
-
+
{% trans "Device" %} |
@@ -96,7 +96,7 @@
-
+
{% trans "Parent" %} |
@@ -119,7 +119,7 @@
{% include 'inc/panel_table.html' with table=vdc_table heading="Virtual Device Contexts" %}
-
+
{% trans "MAC Address" %} |
@@ -137,7 +137,7 @@
{% if not object.is_virtual %}
-
+
{% if object.mark_connected %}
@@ -207,7 +207,7 @@
{% endif %}
{% if object.is_wireless %}
-
+
{% with peer=object.connected_endpoints.0 %}
@@ -277,7 +277,7 @@
{% endwith %}
-
+
@@ -302,7 +302,7 @@
{% endif %}
{% if object.is_lag %}
-
+
@@ -335,7 +335,7 @@
-
+
{% htmx_table 'ipam:ipaddress_list' interface_id=object.pk %}
diff --git a/netbox/templates/dcim/inventoryitem.html b/netbox/templates/dcim/inventoryitem.html
index 29d4c3ef5..ed8a77f30 100644
--- a/netbox/templates/dcim/inventoryitem.html
+++ b/netbox/templates/dcim/inventoryitem.html
@@ -14,7 +14,7 @@
-
+
{% trans "Device" %} |
diff --git a/netbox/templates/dcim/inventoryitemrole.html b/netbox/templates/dcim/inventoryitemrole.html
index 9dd3b5b46..9b720d969 100644
--- a/netbox/templates/dcim/inventoryitemrole.html
+++ b/netbox/templates/dcim/inventoryitemrole.html
@@ -12,7 +12,7 @@
-
+
{% trans "Name" %} |
diff --git a/netbox/templates/dcim/location.html b/netbox/templates/dcim/location.html
index 9f2b766ea..19fd83e6c 100644
--- a/netbox/templates/dcim/location.html
+++ b/netbox/templates/dcim/location.html
@@ -23,7 +23,7 @@