From 6e25881c739a1b88c04e2f929e36b5bb162727c3 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Thu, 11 Aug 2022 08:53:38 +0100 Subject: [PATCH] Replace sorting icons in table --- core/templates/ui/drilldown/table_results_partial.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/templates/ui/drilldown/table_results_partial.html b/core/templates/ui/drilldown/table_results_partial.html index 0c4a7c2..cd7aa35 100644 --- a/core/templates/ui/drilldown/table_results_partial.html +++ b/core/templates/ui/drilldown/table_results_partial.html @@ -19,12 +19,12 @@ {% if column.is_ordered %} {% is_descending column.order_by as descending %} {% if descending %} - + {% else %} - + {% endif %} {% else %} - + {% endif %}