From 2ce90a43f556675bcb73c25310042248b845be16 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Wed, 3 Aug 2022 07:20:30 +0100 Subject: [PATCH] Add action to supported types for icons --- core/templates/ui/drilldown/results.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/templates/ui/drilldown/results.html b/core/templates/ui/drilldown/results.html index 9cd3743..74b1813 100644 --- a/core/templates/ui/drilldown/results.html +++ b/core/templates/ui/drilldown/results.html @@ -108,6 +108,10 @@ + {% elif item.type == 'action' %} + + + {% else %} {{ item.type }} {% endif %}