phpmyadmin/templates/sql/sql_query_results.twig
Maurício Meneghini Fauth 7936909dbd Move Operations::getMaintenanceActions to the view
Uses Table\MaintenanceController to handle the maintenance actions in
the table operations page.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-28 15:25:14 -03:00

9 lines
242 B
Twig

<div class="sqlqueryresults ajax">
{{ previous_update_query|raw }}
{{ profiling_chart|raw }}
{{ missing_unique_column_message|raw }}
{{ bookmark_created_message|raw }}
{{ table|raw }}
{{ bookmark_support|raw }}
</div>