mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-09-25 18:03:05 +02:00
30 lines
1.1 KiB
PHP
30 lines
1.1 KiB
PHP
<main id="main-content" class="admin-main--toc">
|
|
<?php include APP_ROOT . '/templates/admin/partials/admin-toc.php'; ?>
|
|
|
|
<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>
|
|
Nettoyage
|
|
</h1>
|
|
|
|
<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 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>
|