From d50da1de8bde45abfa28e0bd38e53c2b4da56e50 Mon Sep 17 00:00:00 2001 From: Shailesh Jain Date: Fri, 6 Dec 2019 12:15:03 +0530 Subject: [PATCH] Removed w-100 class from tables in display_table_stats Signed-off-by: Shailesh Jain --- templates/table/structure/display_table_stats.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/table/structure/display_table_stats.twig b/templates/table/structure/display_table_stats.twig index 5c70e36c97..c403288c3c 100644 --- a/templates/table/structure/display_table_stats.twig +++ b/templates/table/structure/display_table_stats.twig @@ -10,7 +10,7 @@ {% if not tbl_is_view and not db_is_system_schema %} - +
@@ -70,7 +70,7 @@ {% set avg_size = avg_size is defined ? avg_size : null %} {% set avg_unit = avg_unit is defined ? avg_unit : null %} -
{% trans 'Space usage' %}
+
{% if showtable['Row_format'] is defined %}
{% trans 'Row statistics' %}