Relocate copy table structure button and remove duplicate

Signed-off-by: Satyam <satyam.gupta756@gmail.com>
This commit is contained in:
Satyam 2026-04-10 13:36:26 +05:30
parent 7a8a184f87
commit c5e158233f

View File

@ -424,6 +424,11 @@
</a>
{% endif %}
{% endif %}
{% if not db_is_system_schema %}
<button type="button" id="copyTableStructureBtn" class="btn btn-link p-0">
{{ get_icon('b_export', t('Copy Table Structure'), true) }}
</button>
{% endif %}
</div>
{% if not tbl_is_view and not db_is_system_schema %}
<form method="post" action="{{ url('/table/add-field') }}" id="addColumns" name="addColumns" class="d-print-none">
@ -624,12 +629,5 @@
{% if show_stats %}
{{ table_stats|raw }}
{% endif %}
{% if not db_is_system_schema %}
<p class="d-print-none mt-2">
<button type="button" id="copyTableStructureBtn" class="btn btn-link p-0">
{{ get_icon('b_export', t('Copy Table Structure'), true) }}
</button>
</p>
{% endif %}
<div class="clearfloat"></div>
{% endblock %}