mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-08-10 23:31:21 +02:00
31 lines
1.2 KiB
PHP
31 lines
1.2 KiB
PHP
<main id="main-content">
|
|
<article style="padding-top:var(--space-m)">
|
|
<h1 style="margin:0 0 var(--space-xl)">
|
|
<a href="/admin/" class="admin-back-btn" title="Retour à la liste"><?= icon('arrow-left-circle') ?></a>
|
|
Nettoyer les fichiers temporaires
|
|
</h1>
|
|
|
|
<section aria-labelledby="cleanup-tmp-title">
|
|
<h2 id="cleanup-tmp-title">Fichiers temporaires</h2>
|
|
<div id="tmp-cleanup-stats-wrapper"
|
|
hx-get="/admin/actions/cleanup-stats-fragment.php"
|
|
hx-trigger="load"
|
|
hx-swap="innerHTML"
|
|
hx-indicator="#tmp-cleanup-stats-wrapper">
|
|
<p class="admin-muted">Chargement…</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section aria-labelledby="cleanup-peertube-title">
|
|
<h2 id="cleanup-peertube-title">Vidéos PeerTube</h2>
|
|
<div id="peertube-orphans-fragment"
|
|
hx-get="/admin/actions/peertube-orphans-fragment.php"
|
|
hx-trigger="load"
|
|
hx-swap="innerHTML"
|
|
hx-indicator="#peertube-orphans-fragment">
|
|
<p class="admin-muted">Chargement…</p>
|
|
</div>
|
|
</section>
|
|
</article>
|
|
</main>
|