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 %}