From 91d09e829c659e1587ea775b0993293cf4e907b9 Mon Sep 17 00:00:00 2001 From: Michal Kleiner Date: Fri, 6 Dec 2024 16:19:24 +1300 Subject: [PATCH] Hide top controls when report doesn't have data --- plugins/CoreHome/templates/_dataTable.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CoreHome/templates/_dataTable.twig b/plugins/CoreHome/templates/_dataTable.twig index ae8960b1f1b2..59d17c04e03d 100644 --- a/plugins/CoreHome/templates/_dataTable.twig +++ b/plugins/CoreHome/templates/_dataTable.twig @@ -6,7 +6,7 @@ {% set showCardAsContentBlock = (properties.show_as_content_block and properties.show_title and not isWidget) %} {% set showOnlyTitleWithoutCard = not showCardAsContentBlock and properties.title and properties.show_title %} -{% set showTableActionsInHeader = properties.show_footer and properties.show_footer_icons %} +{% set showTableActionsInHeader = properties.show_footer and properties.show_footer_icons and not isDataTableEmpty %} {% if showCardAsContentBlock %}