From c5e158233fada2fd4711a2c2c4a972270e18193e Mon Sep 17 00:00:00 2001 From: Satyam Date: Fri, 10 Apr 2026 13:36:26 +0530 Subject: [PATCH] Relocate copy table structure button and remove duplicate Signed-off-by: Satyam --- .../templates/table/structure/display_structure.twig | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/resources/templates/table/structure/display_structure.twig b/resources/templates/table/structure/display_structure.twig index 49a253d65b..8e88b494cb 100644 --- a/resources/templates/table/structure/display_structure.twig +++ b/resources/templates/table/structure/display_structure.twig @@ -424,6 +424,11 @@ {% endif %} {% endif %} + {% if not db_is_system_schema %} + + {% endif %} {% if not tbl_is_view and not db_is_system_schema %}
@@ -624,12 +629,5 @@ {% if show_stats %} {{ table_stats|raw }} {% endif %} -{% if not db_is_system_schema %} -

- -

-{% endif %}
{% endblock %}