diff --git a/netbox/templates/inc/table.html b/netbox/templates/inc/table.html index 0cfa7c2b2..90de745b5 100644 --- a/netbox/templates/inc/table.html +++ b/netbox/templates/inc/table.html @@ -6,7 +6,7 @@ {% for column in table.columns %} {% if column.orderable %} - {{ column.header }} + {{ column.header }} {% else %} {{ column.header }} {% endif %} diff --git a/netbox/templates/inc/table_htmx.html b/netbox/templates/inc/table_htmx.html index 0165b1d29..bcb929656 100644 --- a/netbox/templates/inc/table_htmx.html +++ b/netbox/templates/inc/table_htmx.html @@ -13,14 +13,14 @@ {% if column.is_ordered %}
{% endif %} {{ column.header }} {% else %} diff --git a/requirements.txt b/requirements.txt index f417292be..08ae384cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ django-redis==6.0.0 django-rich==2.2.0 django-rq==4.0.1 django-storages==1.14.6 -django-tables2==2.8.0 +django-tables2==3.0.0 django-taggit==6.1.0 django-timezone-field==7.2.1 djangorestframework==3.16.1