/usr/share/phpmyadmin/templates/table/maintenance
NameSizeModeActions
analyze.twig11580644editdlrm
check.twig11820644editdlrm
checksum.twig8360644editdlrm
optimize.twig11610644editdlrm
repair.twig11550644editdlrm
Edit: /usr/share/phpmyadmin/templates/table/maintenance/checksum.twig (836B)

{% trans 'Checksum table' %} {{ show_mysql_docu('CHECKSUM_TABLE') }}

{{ message|raw }} {% for row in rows %} {% endfor %}
{% trans 'Table' %} {% trans 'Checksum' %}
{{ row.Table }} {% if row.Checksum is not null %} {{ row.Checksum }} {% else %} NULL {% endif %}
{% for warning in warnings %} {% apply notice %} {{ warning.Level }}: #{{ warning.Code }} {{ warning.Message }} {% endapply %} {% endfor %}