{% for ip in value.all %}
{% if ip.status != 'active' %}
-
{{ ip }}
+
{{ ip }}
{% else %}
{{ ip }}
{% endif %}
diff --git a/netbox/ipam/tables/ip.py b/netbox/ipam/tables/ip.py
index 3b50b257d..9e940ae9e 100644
--- a/netbox/ipam/tables/ip.py
+++ b/netbox/ipam/tables/ip.py
@@ -18,7 +18,7 @@ __all__ = (
'RoleTable',
)
-AVAILABLE_LABEL = mark_safe('
Available')
+AVAILABLE_LABEL = mark_safe('
Available')
AGGREGATE_COPY_BUTTON = """
{% copy_content record.pk prefix="aggregate_" %}
diff --git a/netbox/ipam/tables/vlans.py b/netbox/ipam/tables/vlans.py
index aee91e7d8..11de0381c 100644
--- a/netbox/ipam/tables/vlans.py
+++ b/netbox/ipam/tables/vlans.py
@@ -18,7 +18,7 @@ __all__ = (
'VLANVirtualMachinesTable',
)
-AVAILABLE_LABEL = mark_safe('
Available')
+AVAILABLE_LABEL = mark_safe('
Available')
VLAN_LINK = """
{% if record.pk %}
diff --git a/netbox/netbox/tables/template_code.py b/netbox/netbox/tables/template_code.py
index 60bfda0c9..aaa5429ff 100644
--- a/netbox/netbox/tables/template_code.py
+++ b/netbox/netbox/tables/template_code.py
@@ -1,6 +1,6 @@
SEARCH_RESULT_ATTRS = """
{% for name, value in record.display_attrs.items %}
-
40 %} data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{ value }}"{% endif %}
>
{{ name|bettertitle }}: