Introduce survey and question cache

This commit is contained in:
nemunaire 2022-09-02 14:08:03 +02:00
parent 02a232b1fa
commit ab88195607
4 changed files with 93 additions and 2 deletions

View file

@ -347,6 +347,14 @@
>
<i class="bi bi-plus"></i>
</button>
<button
type="button"
class="btn btn-sm btn-outline-danger"
on:click={() => { fetch('api/cache', {method: 'DELETE'}) } }
title="Vider les caches"
>
<i class="bi bi-bandaid-fill"></i>
</button>
</th>
</tr>
</thead>